Skip to content

Commit 4dafca9

Browse files
authored
ci: Upgrade Go & other (#1008)
1 parent 26519f8 commit 4dafca9

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/go.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
strategy:
1414
matrix:
15-
go-version: [1.20.x, 1.21.x, 1.22.x]
15+
go-version: [1.21.x, 1.22.x, 1.23.x]
1616
os: [ubuntu-latest, macos-latest, windows-latest]
1717
env:
1818
CGO_ENABLED: 0
@@ -54,7 +54,7 @@ jobs:
5454
- name: Set up Go
5555
uses: actions/[email protected]
5656
with:
57-
go-version: 1.21.x
57+
go-version: 1.23.x
5858

5959
- name: Checkout code
6060
uses: actions/checkout@v4
@@ -76,7 +76,7 @@ jobs:
7676
- name: Set up Go
7777
uses: actions/[email protected]
7878
with:
79-
go-version: 1.22.x
79+
go-version: 1.23.x
8080

8181
- name: Checkout code
8282
uses: actions/checkout@v4
@@ -116,7 +116,7 @@ jobs:
116116
- name: Set up Go
117117
uses: actions/[email protected]
118118
with:
119-
go-version: 1.22.x
119+
go-version: 1.23.x
120120

121121
- name: Checkout code
122122
uses: actions/checkout@v4
@@ -187,7 +187,7 @@ jobs:
187187
- name: Set up Go
188188
uses: actions/[email protected]
189189
with:
190-
go-version: 1.22.x
190+
go-version: 1.23.x
191191

192192
- name: Checkout code
193193
uses: actions/checkout@v4

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
name: Set up Go
2222
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
2323
with:
24-
go-version: 1.22.x
24+
go-version: 1.23.x
2525
-
2626
name: Run GoReleaser
2727
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
2828
with:
29-
version: 1.24.x
29+
version: 2.3.2
3030
args: release --rm-dist
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/klauspost/compress
22

3-
go 1.20
3+
go 1.21
44

55
retract (
66
// https://github.com/klauspost/compress/pull/503

0 commit comments

Comments
 (0)