Skip to content

Commit 6b3f0ba

Browse files
authored
Merge pull request #107 from jbw976/v2-bump
chore(deps): bump function-sdk-go to v0.5.0
2 parents f19b8bf + 2e82c65 commit 6b3f0ba

File tree

10 files changed

+447
-438
lines changed

10 files changed

+447
-438
lines changed

.github/workflows/ci.yml

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

1515
env:
1616
# Common versions
17-
GO_VERSION: '1.23.1'
18-
GOLANGCI_VERSION: 'v1.61.0'
17+
GO_VERSION: '1.24.9'
18+
GOLANGCI_VERSION: 'v2.4.0'
1919
DOCKER_BUILDX_VERSION: 'v0.24.0'
2020

21-
# These environment variables are important to the Crossplane CLI install.sh
22-
# script. They determine what version it installs.
23-
XP_CHANNEL: stable
24-
XP_VERSION: v1.20.0
25-
2621
# The package to push, without a version tag. The default matches GitHub. For
2722
# example xpkg.crossplane.io/crossplane/function-template-go. Note that
2823
# xpkg.crossplane.io is just an alias for ghcr.io, so we upload to ghcr.io but
@@ -49,7 +44,7 @@ jobs:
4944
run: go mod tidy && git diff --exit-code go.mod go.sum
5045

5146
- name: Lint
52-
uses: golangci/golangci-lint-action@v6
47+
uses: golangci/golangci-lint-action@v7
5348
with:
5449
version: ${{ env.GOLANGCI_VERSION }}
5550

@@ -126,6 +121,7 @@ jobs:
126121
# This job downloads the single-platform packages built by the build job, and
127122
# pushes them as a multi-platform package.
128123
push:
124+
if: ${{ github.event_name != 'pull_request' }}
129125
runs-on: ubuntu-24.04
130126
needs:
131127
- build

0 commit comments

Comments
 (0)