Skip to content

Commit

Permalink
feat: upgrade to go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
akhy committed May 8, 2024
1 parent c4ecc03 commit 17dbf4b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version: '1.22'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
golang 1.21.3
golang 1.22.2
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module github.com/chickenzord/ksw

go 1.21
go 1.22.0

toolchain go1.22.2

require (
Expand Down

0 comments on commit 17dbf4b

Please sign in to comment.