Skip to content

Commit

Permalink
workflows: update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
gucio321 committed Sep 11, 2023
1 parent 658e4bb commit d21a4a1
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@v4
with:
go-version: '1.19.x'
go-version: '1.21.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@v4
with:
go-version: '1.20.x'
go-version: '1.21.x'
- name: Checkout out source code
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit d21a4a1

Please sign in to comment.