Skip to content

Commit 7471f8b

Browse files
authored
Merge pull request #99 from neicnordic/dependabot/github_actions/actions/setup-go-5
Bump actions/setup-go from 4 to 5
2 parents dc13231 + a821366 commit 7471f8b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
go-version: ["1.20"]
1313
steps:
14-
- uses: actions/setup-go@v4
14+
- uses: actions/setup-go@v5
1515
with:
1616
go-version: ${{ matrix.go-version }}
1717
- name: Check out code into the Go module directory

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
go-version: ["1.20"]
1414
steps:
1515
- name: Set up Go ${{ matrix.go-version }}
16-
uses: actions/setup-go@v4
16+
uses: actions/setup-go@v5
1717
with:
1818
go-version: ${{ matrix.go-version }}
1919
id: go

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
go-version: ["1.20"]
1212
steps:
1313
- name: Set up Go ${{ matrix.go-version }}
14-
uses: actions/setup-go@v4
14+
uses: actions/setup-go@v5
1515
with:
1616
go-version: ${{ matrix.go-version }}
1717
id: go

0 commit comments

Comments
 (0)