Skip to content

Commit

Permalink
Minimal go version 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Mar 2, 2024
1 parent 6216b7d commit 7b5a3b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.20.x", "1.21.x"]
go: ["1.21.x", "1.22.x"]

steps:
- name: Install Go ${{ matrix.go }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20.x
go-version: 1.21.x

- name: Get Golang Version
id: goversion
Expand Down

0 comments on commit 7b5a3b7

Please sign in to comment.