File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414
1515env :
1616 # Common versions
17- GO_VERSION : ' 1.25.5 '
18- GOLANGCI_VERSION : ' v2.8.0 '
19- DOCKER_BUILDX_VERSION : ' v0.30.1 '
17+ GO_VERSION : ' 1.24.9 '
18+ GOLANGCI_VERSION : ' v2.1.5 '
19+ DOCKER_BUILDX_VERSION : ' v0.23.0 '
2020
2121 # These environment variables are important to the Crossplane CLI install.sh
2222 # script. They determine what version it installs.
@@ -148,7 +148,7 @@ jobs:
148148 run : " curl -sL https://raw.githubusercontent.com/crossplane/crossplane/master/install.sh | sh"
149149
150150 - name : Login to Upbound
151- uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
151+ uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
152152 if : env.XPKG_ACCESS_ID != ''
153153 with :
154154 registry : xpkg.upbound.io
You can’t perform that action at this time.
0 commit comments