We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b101e59 commit d40b620Copy full SHA for d40b620
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ on:
10
11
env:
12
# Common versions
13
- GO_VERSION: '1.23'
+ GO_VERSION: '1.24'
14
GOLANGCI_VERSION: 'v2.1.2'
15
DOCKER_BUILDX_VERSION: 'v0.23.0'
16
.github/workflows/publish-provider-package.yml
@@ -9,7 +9,7 @@ on:
9
required: false
go-version:
description: 'Go version to use if building needs to be done'
- default: '1.23'
+ default: '1.24'
jobs:
0 commit comments