Skip to content

Commit

Permalink
Use go version 1.21.3 for release process
Browse files Browse the repository at this point in the history
  • Loading branch information
BigPapaChas committed Oct 19, 2023
1 parent 60df51b commit dceee28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: 1.21
goversion: 1.21.3
project_path: "./cmd/gogok8s"
binary_name: "gogok8s"
extra_files: LICENSE README.md

0 comments on commit dceee28

Please sign in to comment.