Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
ofalvai committed Nov 30, 2024
1 parent 273b0d0 commit f5d4632
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
golang 1.21
golang 1.21.13
2 changes: 1 addition & 1 deletion _tests/integration/plugins_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const examplePluginGitURL = "https://github.com/bitrise-io/bitrise-plugins-examp
func TestDownloadPluginBin(t *testing.T) {
t.Log("example plugin bin - specific version")
{
_, _, err := plugins.InstallPlugin(examplePluginGitURL, "0.10.4")
_, _, err := plugins.InstallPlugin(examplePluginGitURL, "0.9.0")
require.NoError(t, err)
}

Expand Down
2 changes: 2 additions & 0 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,9 @@ step_bundles:
wget -O /tmp/goreleaser.deb https://github.com/goreleaser/goreleaser/releases/download/v1.19.2/goreleaser_1.19.2_amd64.deb
sudo dpkg -i /tmp/goreleaser.deb
else
asdf install golang # version defined in .tool-versions
go install github.com/goreleaser/goreleaser@latest
asdf reshim golang
fi
meta:
Expand Down

0 comments on commit f5d4632

Please sign in to comment.