Skip to content

Commit baba57d

Browse files
chore(deps): bump actions/setup-go from 5.4.0 to 5.5.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5.4.0...v5.5.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4963554 commit baba57d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v4
2323

2424
- name: Setup Go environment
25-
uses: actions/setup-go@v5.4.0
25+
uses: actions/setup-go@v5.5.0
2626
with:
2727
go-version: ${{ env.GO_VERSION }}
2828

.github/workflows/lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
go.sum
6363
6464
- name: Setup Go environment
65-
uses: actions/setup-go@v5.4.0
65+
uses: actions/setup-go@v5.5.0
6666
if: steps.changed-go-files.outputs.any_changed == 'true'
6767
with:
6868
go-version: ${{ env.GO_VERSION }}
@@ -107,7 +107,7 @@ jobs:
107107
go.sum
108108
109109
- name: Setup Go environment
110-
uses: actions/setup-go@v5.4.0
110+
uses: actions/setup-go@v5.5.0
111111
with:
112112
go-version: ${{ env.GO_VERSION }}
113113
cache: false

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v4
2323

2424
- name: Setup Go environment
25-
uses: actions/setup-go@v5.4.0
25+
uses: actions/setup-go@v5.5.0
2626
with:
2727
go-version: ${{ env.GO_VERSION }}
2828

0 commit comments

Comments
 (0)