Skip to content

Commit fc37c59

Browse files
authored
Merge pull request #272 from bobh66/update_v2
Update to crossplane-runtime v2 and function-sdk-go 0.5.0
2 parents 1ae3d43 + 3f13670 commit fc37c59

21 files changed

+730
-643
lines changed

.github/workflows/ci.yml

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

1515
env:
1616
# Common versions
17-
GO_VERSION: '1.23.12'
18-
GOLANGCI_VERSION: 'v1.62.2'
17+
GO_VERSION: '1.24.11'
18+
GOLANGCI_VERSION: 'v2.4.0'
1919
DOCKER_BUILDX_VERSION: 'v0.23.0'
2020

2121
# These environment variables are important to the Crossplane CLI install.sh
@@ -53,7 +53,7 @@ jobs:
5353
run: go mod tidy && git diff --exit-code go.mod go.sum
5454

5555
- name: Lint
56-
uses: golangci/golangci-lint-action@v6
56+
uses: golangci/golangci-lint-action@v9
5757
with:
5858
version: ${{ env.GOLANGCI_VERSION }}
5959

@@ -131,6 +131,7 @@ jobs:
131131
# pushes them as a multi-platform package. We only push the package it the
132132
# XPKG_ACCESS_ID and XPKG_TOKEN secrets were provided.
133133
push:
134+
if: ${{ github.event_name != 'pull_request' }}
134135
runs-on: ubuntu-24.04
135136
needs:
136137
- build

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,8 @@
1919

2020
# Go workspace file
2121
go.work
22+
23+
# ignore AI tools settings/config
24+
/.claude
25+
CLAUDE.md
26+
AGENTS.md

0 commit comments

Comments
 (0)