Skip to content

Commit

Permalink
chore(lint): upgrade Go version to 1.22
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Techritz <[email protected]>
  • Loading branch information
maximiliantech committed Aug 15, 2024
1 parent 6ec36fc commit a1f1de5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
go-version: '1.22'

- name: Build
run: make build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.23'
go-version: '1.22'
cache: false
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.60.1
version: v1.55

# Optional: working directory, useful for monorepos
# working-directory: somedir
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/crossplane-contrib/xp-testing

go 1.23
go 1.22

require (
github.com/google/go-containerregistry v0.19.0
Expand Down

0 comments on commit a1f1de5

Please sign in to comment.