Skip to content

Commit

Permalink
pin Go version 1.23.x in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MGTheTrain committed Dec 23, 2024
1 parent c48bbd7 commit 795d9ea
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Setup Go 1.21.x 🐹
- name: Setup Go 1.23.x 🐹
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
go-version: '1.23.x'

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Setup Go 1.21.x 🐹
- name: Setup Go 1.23.x 🐹
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
go-version: '1.23.x'

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Setup Go 1.21.x 🐹
- name: Setup Go 1.23.x 🐹
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
go-version: '1.23.x'

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Setup Go 1.21.x 🐹
- name: Setup Go 1.23.x 🐹
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
go-version: '1.23.x'

- name: Install golangci-lint package 📦
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
Expand Down

0 comments on commit 795d9ea

Please sign in to comment.