Skip to content

Commit a110e77

Browse files
authored
Merge pull request #6 from git-pkgs/dependabot/github_actions/actions/setup-go-6.5.0
Bump actions/setup-go from 6.4.0 to 6.5.0
2 parents d821437 + 1fa6cfa commit a110e77

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
@@ -18,7 +18,7 @@ jobs:
1818
persist-credentials: false
1919

2020
- name: Set up Go
21-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
21+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
2222
with:
2323
go-version-file: go.mod
2424

@@ -36,7 +36,7 @@ jobs:
3636
persist-credentials: false
3737

3838
- name: Set up Go
39-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
39+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
4040
with:
4141
go-version-file: go.mod
4242

0 commit comments

Comments
 (0)