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.
2 parents 675801a + 5b69428 commit 70a9988Copy full SHA for 70a9988
.github/workflows/go-test.yml
@@ -12,7 +12,7 @@ on:
12
type: string
13
go-versions:
14
description: 'Stringfied JSON object listing target Go versions'
15
- default: '["1.23.x", "1.22.x"]'
+ default: '["1.24.x", "1.23.x"]'
16
required: false
17
18
pre:
.github/workflows/goreleaser.yml
@@ -4,7 +4,7 @@ on:
4
workflow_call:
5
inputs:
6
go-version:
7
- default: '1.22'
+ default: '1.24'
8
9
10
.github/workflows/setup-go-matrix.yml
@@ -13,7 +13,7 @@ on:
19
run:
0 commit comments