Skip to content

Commit

Permalink
ci: Upgrade Go & other (#1008)
Browse files Browse the repository at this point in the history
  • Loading branch information
klauspost committed Sep 18, 2024
1 parent 26519f8 commit 4dafca9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
strategy:
matrix:
go-version: [1.20.x, 1.21.x, 1.22.x]
go-version: [1.21.x, 1.22.x, 1.23.x]
os: [ubuntu-latest, macos-latest, windows-latest]
env:
CGO_ENABLED: 0
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5.0.2
with:
go-version: 1.21.x
go-version: 1.23.x

- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -76,7 +76,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5.0.2
with:
go-version: 1.22.x
go-version: 1.23.x

- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5.0.2
with:
go-version: 1.22.x
go-version: 1.23.x

- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5.0.2
with:
go-version: 1.22.x
go-version: 1.23.x

- name: Checkout code
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
name: Set up Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: 1.22.x
go-version: 1.23.x
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
with:
version: 1.24.x
version: 2.3.2
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/klauspost/compress

go 1.20
go 1.21

retract (
// https://github.com/klauspost/compress/pull/503
Expand Down

0 comments on commit 4dafca9

Please sign in to comment.