Skip to content

Commit 9bd9400

Browse files
authored
Merge pull request #7 from companyinfo/dependabot/github_actions/actions/setup-go-5
Bump actions/setup-go from 4 to 5
2 parents 6780f6e + c58e602 commit 9bd9400

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Set up Go 1.20.x
19-
uses: actions/setup-go@v4
19+
uses: actions/setup-go@v5
2020
with:
2121
go-version: 1.20.x
2222
cache-dependency-path: go.sum
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/checkout@v4
4949

5050
- name: Set up Go 1.20.x
51-
uses: actions/setup-go@v4
51+
uses: actions/setup-go@v5
5252
with:
5353
go-version: 1.20.x
5454
cache-dependency-path: go.sum

0 commit comments

Comments
 (0)