Skip to content

Commit d40b620

Browse files
committed
bump golang to 1.24
1 parent b101e59 commit d40b620

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
# Common versions
13-
GO_VERSION: '1.23'
13+
GO_VERSION: '1.24'
1414
GOLANGCI_VERSION: 'v2.1.2'
1515
DOCKER_BUILDX_VERSION: 'v0.23.0'
1616

.github/workflows/publish-provider-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
required: false
1010
go-version:
1111
description: 'Go version to use if building needs to be done'
12-
default: '1.23'
12+
default: '1.24'
1313
required: false
1414

1515
jobs:

0 commit comments

Comments
 (0)