We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ee3b16 commit 0a38d3eCopy full SHA for 0a38d3e
1 file changed
‎.github/workflows/ci.yml‎
@@ -14,9 +14,9 @@ on:
14
15
env:
16
# Common versions
17
- GO_VERSION: '1.25.5'
18
- GOLANGCI_VERSION: 'v2.8.0'
19
- DOCKER_BUILDX_VERSION: 'v0.30.1'
+ GO_VERSION: '1.24.9'
+ GOLANGCI_VERSION: 'v2.1.5'
+ DOCKER_BUILDX_VERSION: 'v0.23.0'
20
21
# These environment variables are important to the Crossplane CLI install.sh
22
# script. They determine what version it installs.
@@ -148,7 +148,7 @@ jobs:
148
run: "curl -sL https://raw.githubusercontent.com/crossplane/crossplane/master/install.sh | sh"
149
150
- name: Login to Upbound
151
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
+ uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
152
if: env.XPKG_ACCESS_ID != ''
153
with:
154
registry: xpkg.upbound.io
0 commit comments