Skip to content

Commit

Permalink
Go version: s/1.20.x/1.22.x
Browse files Browse the repository at this point in the history
  • Loading branch information
barkbay committed Mar 18, 2024
1 parent 492bda2 commit 91d2f65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.20.x
go-version: 1.22.x
- run: go mod download
- run: go test -v ./...
- run: go build -v .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.20.x
go-version: 1.22.x
- run: go mod download
- run: go test -v ./...
- run: go build -v .
Expand Down

0 comments on commit 91d2f65

Please sign in to comment.