Skip to content

Commit

Permalink
chore: upgrade go to 1.22 (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
sindhusegment authored Dec 10, 2024
1 parent 6359ec7 commit a668163
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
install-go-modules:
strategy:
matrix:
go: ["1.23.x", "1.22.x", "1.21.x"]
go: ["1.23.x", "1.22.x"]

runs-on: ubuntu-latest

Expand All @@ -28,7 +28,7 @@ jobs:
test:
strategy:
matrix:
go: ["1.23.x", "1.22.x", "1.21.x"]
go: ["1.23.x", "1.22.x"]
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "1.22.x"
go-version: "1.23.x"

- name: Run coverage
run: make coverage
Expand All @@ -76,7 +76,7 @@ jobs:
dist:
strategy:
matrix:
go: ["1.23.x", "1.22.x", "1.21.x"]
go: ["1.23.x", "1.22.x"]
runs-on: ubuntu-latest
needs: test

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.22.x
go-version: 1.23.x

- name: Install nfpm, rpmbuild
run: sudo make -f Makefile.tools nfpm-debian rpmbuild-debian
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/segmentio/chamber/v3

go 1.21
go 1.22

require (
github.com/alessio/shellescape v1.4.2
Expand Down

0 comments on commit a668163

Please sign in to comment.