Skip to content

Commit af9c4d6

Browse files
authored
Merge pull request #2 from joostlek/dependabot/github_actions/actions/setup-go-4
Bump actions/setup-go from 3 to 4
2 parents c630547 + a5382a8 commit af9c4d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
uses: actions/checkout@v3.5.2
110110

111111
- name: Set up Go
112-
uses: actions/setup-go@v3
112+
uses: actions/setup-go@v4
113113
with:
114114
go-version: 1.19
115115

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: ⤵️ Check out code from GitHub
1919
uses: actions/checkout@v3.5.2
2020
- name: Set up Go
21-
uses: actions/setup-go@v3
21+
uses: actions/setup-go@v4
2222
with:
2323
go-version: ${{ matrix.go }}
2424
- name: Build

0 commit comments

Comments
 (0)