Skip to content

Commit

Permalink
Add golang 1.23 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kayrus committed Dec 12, 2024
1 parent 7e7e460 commit 4bff82a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 87 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: '1.23'

- name: Checkout
uses: actions/checkout@v4

- name: Golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: 'v1.54'
version: 'v1.62'
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ run:

linters-settings:
staticcheck:
go: '1.22'
go: '1.23'
stylecheck:
go: '1.22'
go: '1.23'
gci:
local-prefixes: github.com/gophercloud
goimports:
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/sapcc/terraform-provider-ccloud

go 1.22.5
go 1.23

require (
github.com/go-openapi/runtime v0.28.0
Expand Down
Loading

0 comments on commit 4bff82a

Please sign in to comment.