We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf1e62 commit b8e5cc2Copy full SHA for b8e5cc2
.github/workflows/commit.yml
@@ -7,7 +7,7 @@ on:
7
- reopened
8
9
env:
10
- GO_VERSION: "1.21"
+ GO_VERSION: "1.24"
11
12
name: Commit
13
jobs:
@@ -72,7 +72,7 @@ jobs:
72
# - uses: actions/checkout@v2
73
# - uses: actions/setup-go@v2
74
# with:
75
-# go-version: '1.20'
+# go-version: '1.24'
76
# - uses: actions/cache@v2
77
78
# path: ~/go/pkg/mod
.github/workflows/release.linux.yml
@@ -31,7 +31,7 @@ jobs:
31
- uses: actions/checkout@v2
32
- uses: actions/setup-go@v2
33
with:
34
- go-version: '1.21'
+ go-version: '1.24'
35
36
- id: release
37
uses: bruceadams/get-release@v1.2.2
0 commit comments