Skip to content

Commit

Permalink
Merge pull request #260 from gridscale/bump-goreleaser
Browse files Browse the repository at this point in the history
Bump goreleaser and go
  • Loading branch information
miha-m committed Feb 5, 2024
2 parents 0f97d75 + 68cee47 commit 8a2a092
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 @@ -33,6 +33,6 @@ jobs:
GPG_FINGERPRINT: oss@gridscale.io
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
go install github.com/goreleaser/goreleaser@v1.16.2
go install github.com/goreleaser/goreleaser@v1.23.0
export PATH="./bin:$PATH"
goreleaser release --clean
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ require (
google.golang.org/protobuf v1.32.0 // indirect
)

go 1.17
go 1.21

0 comments on commit 8a2a092

Please sign in to comment.