Skip to content

Commit 0a38d3e

Browse files
author
upbound-bot
committed
🔄 synced local '.github/workflows' with remote 'gitops/shared-files/functions/workflows'
1 parent 6ee3b16 commit 0a38d3e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ on:
1414

1515
env:
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

0 commit comments

Comments
 (0)