Skip to content

Commit 87b08a9

Browse files
Merge pull request #20 from github-samples/dependabot/github_actions/actions/setup-go-6.4.0
Bump actions/setup-go from 6.2.0 to 6.4.0
2 parents 17f0c2a + 661a238 commit 87b08a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2121

2222
- name: Set up Go
23-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5
23+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c
2424
with:
2525
go-version: ${{ env.GO_VERSION }}
2626

@@ -51,7 +51,7 @@ jobs:
5151
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
5252

5353
- name: Set up Go
54-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5
54+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c
5555
with:
5656
go-version: ${{ env.GO_VERSION }}
5757

0 commit comments

Comments
 (0)