Skip to content

Commit 3e729e1

Browse files
[chore] : bump actions/setup-go from 5.5.0 to 6.0.0 in the actions group (#68)
* [chore] : bump actions/setup-go from 5.5.0 to 6.0.0 in the actions group Bumps the actions group with 1 update: [actions/setup-go](https://github.com/actions/setup-go). Updates `actions/setup-go` from 5.5.0 to 6.0.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@d35c59a...4469467) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> * Update to Go 1.24 minimum --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Johan Brandhorst-Satzkorn <[email protected]>
1 parent 6be1a02 commit 3e729e1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
strategy:
1515
fail-fast: true
1616
matrix:
17-
go: ["1.24", "1.23", "1.22"]
17+
go: ["stable", "oldstable"]
1818
platform: [ubuntu-latest] # can not run in windows OS
1919
runs-on: ${{ matrix.platform }}
2020

2121
steps:
2222
- name: Set up Go 1.x
23-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
23+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
2424
with:
2525
go-version: ${{ matrix.go }}
2626

@@ -55,9 +55,9 @@ jobs:
5555
runs-on: ubuntu-latest
5656
steps:
5757
- name: Set up Go 1.x
58-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
58+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
5959
with:
60-
go-version: 1.23
60+
go-version: stable
6161

6262
- name: Check out code into the Go module directory
6363
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

.github/workflows/make-gen-delta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
echo "Building with Go $(cat .go-version)"
2424
echo "go-version=$(cat .go-version)" >> "$GITHUB_OUTPUT"
2525
- name: Set up Go
26-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
26+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
2727
with:
2828
go-version: "${{ steps.get-go-version.outputs.go-version }}"
2929
- name: Running go mod tidy

.github/workflows/tests-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
steps:
3535
- name: Set up Go 1.x
36-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
36+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
3737
with:
3838
go-version: ${{ matrix.go }}
3939

0 commit comments

Comments
 (0)