Skip to content

Commit

Permalink
Use 1.21 to match production
Browse files Browse the repository at this point in the history
  • Loading branch information
markspolakovs committed Sep 15, 2024
1 parent af4c769 commit 8e32c74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: WillAbides/setup-go-faster@v1.14.0
with:
go-version: 1.23
go-version: 1.21

- run: ls ${{ github.workspace }}

Expand All @@ -36,7 +36,7 @@ jobs:
- name: Set up Go
uses: WillAbides/setup-go-faster@v1.14.0
with:
go-version: 1.23
go-version: 1.21

- name: Lint
uses: golangci/golangci-lint-action@v6
Expand Down

0 comments on commit 8e32c74

Please sign in to comment.