Skip to content

Commit a668163

Browse files
chore: upgrade go to 1.22 (#591)
1 parent 6359ec7 commit a668163

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
install-go-modules:
1111
strategy:
1212
matrix:
13-
go: ["1.23.x", "1.22.x", "1.21.x"]
13+
go: ["1.23.x", "1.22.x"]
1414

1515
runs-on: ubuntu-latest
1616

@@ -28,7 +28,7 @@ jobs:
2828
test:
2929
strategy:
3030
matrix:
31-
go: ["1.23.x", "1.22.x", "1.21.x"]
31+
go: ["1.23.x", "1.22.x"]
3232
runs-on: ubuntu-latest
3333

3434
steps:
@@ -62,7 +62,7 @@ jobs:
6262
- name: Setup Go
6363
uses: actions/setup-go@v4
6464
with:
65-
go-version: "1.22.x"
65+
go-version: "1.23.x"
6666

6767
- name: Run coverage
6868
run: make coverage
@@ -76,7 +76,7 @@ jobs:
7676
dist:
7777
strategy:
7878
matrix:
79-
go: ["1.23.x", "1.22.x", "1.21.x"]
79+
go: ["1.23.x", "1.22.x"]
8080
runs-on: ubuntu-latest
8181
needs: test
8282

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Go
1616
uses: actions/setup-go@v4
1717
with:
18-
go-version: 1.22.x
18+
go-version: 1.23.x
1919

2020
- name: Install nfpm, rpmbuild
2121
run: sudo make -f Makefile.tools nfpm-debian rpmbuild-debian

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/segmentio/chamber/v3
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/alessio/shellescape v1.4.2

0 commit comments

Comments
 (0)