Skip to content

Commit

Permalink
Merge pull request #81 from planetscale/update-goreleaser
Browse files Browse the repository at this point in the history
update goreleaser to v1.21.1
  • Loading branch information
Phani Raj authored Oct 12, 2023
2 parents 7ab217c + 2528da2 commit 714ac3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ steps:
command: script/release.sh
plugins:
- docker#v3.8.0:
image: "golang:1.18"
image: "golang:1.21.3"
propagate-environment: true
environment:
- "GITHUB_TOKEN"
Expand Down
2 changes: 1 addition & 1 deletion script/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ apt-get install -y docker-ce-cli

echo "--- installing goreleaser"

curl -L -o /tmp/goreleaser_Linux_x86_64.tar.gz https://github.com/goreleaser/goreleaser/releases/download/v1.6.3/goreleaser_Linux_x86_64.tar.gz
curl -L -o /tmp/goreleaser_Linux_x86_64.tar.gz https://github.com/goreleaser/goreleaser/releases/download/v1.21.2/goreleaser_Linux_x86_64.tar.gz

cd /tmp && tar -zxvf goreleaser_Linux_x86_64.tar.gz

Expand Down

0 comments on commit 714ac3f

Please sign in to comment.