Skip to content

Commit 4e0de6e

Browse files
authored
Merge pull request #73 from bodgit/dependabot/github_actions/actions/setup-go-4
Bump actions/setup-go from 3 to 4
2 parents 179a7a1 + bb56fda commit 4e0de6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Checkout
2525
uses: actions/checkout@v3
2626
- name: Set up Go
27-
uses: actions/setup-go@v3
27+
uses: actions/setup-go@v4
2828
with:
2929
go-version: ${{ matrix.go }}
3030
- name: golangci-lint
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
fetch-depth: 0
5353
- name: Set up Go
54-
uses: actions/setup-go@v3
54+
uses: actions/setup-go@v4
5555
with:
5656
go-version: '1.19'
5757
- name: Run GoReleaser

0 commit comments

Comments
 (0)