Skip to content

Commit 4043e73

Browse files
Bump actions/setup-go from 5.2.0 to 5.3.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@3041bf5...f111f33) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 362288a commit 4043e73

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/go-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1717

1818
- name: Set up Go
19-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
19+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
2020
with:
2121
go-version-file: ./go.mod
2222

.github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
15-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
15+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
1616
with:
1717
go-version-file: ./go.mod
1818
- uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8

.github/workflows/make-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
tags: ghcr.io/np-guard/net-top-analyzer:${{ github.ref_name }}
3434

3535
- name: Set up Go
36-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
36+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
3737
with:
3838
go-version: 'stable'
3939

.github/workflows/test-output-validity.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2222

2323
- name: Set up Go
24-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
24+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
2525
with:
2626
go-version-file: ./go.mod
2727

0 commit comments

Comments
 (0)