Skip to content

Commit

Permalink
chore: use go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
pcvolkmer committed Jul 31, 2024
1 parent 2b3fd1c commit 3950eb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version: '1.22'
- run: go test
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version: '1.22'
- run: go test
- run: make package-all
- name: Release
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module os2cb

go 1.20
go 1.22

require (
github.com/alecthomas/kong v0.9.0
Expand Down

0 comments on commit 3950eb5

Please sign in to comment.