Skip to content

Commit

Permalink
build(go): upgrade to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Apr 12, 2024
1 parent e1bc783 commit 35e9d0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: ">=1.21"
go-version: ">=1.22"
check-latest: true
- run: go test -v ./...
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v4
with:
go-version: ">=1.21"
go-version: ">=1.22"
check-latest: true
- uses: goreleaser/goreleaser-action@v5
with:
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 github.com/scop/wrun

go 1.21
go 1.22

require (
github.com/mholt/archiver/v3 v3.5.1
Expand Down

0 comments on commit 35e9d0f

Please sign in to comment.