Skip to content

Commit

Permalink
workflows: update go to 1.23
Browse files Browse the repository at this point in the history
go.mod declares 1.22; 1.21 is no longer suitable (despite it worked fine because go downloads correct toolchain version now automatically)
  • Loading branch information
gucio321 committed Sep 11, 2024
1 parent 61f0fe2 commit a2ebd83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go environment
uses: actions/setup-go@v5
with:
go-version: '1.21.x'
go-version: '1.23.x'
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Set up Go environment
uses: actions/setup-go@v5
with:
go-version: '1.21.x'
go-version: '1.23.x'
- name: Checkout out source code
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit a2ebd83

Please sign in to comment.