Skip to content

Commit a7b194d

Browse files
Bump actions/setup-go from 3.4.0 to 3.5.0 (#148)
1 parent b3a0b69 commit a7b194d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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@755da8c3cf115ac066823e79a1e1788f8940201b
1717

1818
- name: Set up Go
19-
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613
19+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
2020
with:
2121
go-version: 1.18
2222

.github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: golangci-lint
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613
14+
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
1515
with:
1616
go-version: 1.18
1717
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b

.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@d0a58c1c4d2b25278816e339b944508c875f3613
36+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
3737
with:
3838
go-version: 1.18
3939

0 commit comments

Comments
 (0)