Skip to content

Commit

Permalink
fixing go version
Browse files Browse the repository at this point in the history
  • Loading branch information
antgrutta committed Apr 2, 2024
1 parent 45225cc commit 6c2b89b
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 @@ -23,6 +23,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.19.x
go-version: 1.21.x
- run: go get -v -t -d ./...
- run: go build -v .
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
- uses: actions/checkout@v4
- uses: cli/[email protected]
with:
go_version: 1.19.x
go_version: 1.21.x

0 comments on commit 6c2b89b

Please sign in to comment.