Skip to content

Commit 324c695

Browse files
ci: bump actions/setup-go from 6.3.0 to 6.4.0 (#33)
1 parent 68821c0 commit 324c695

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
1515
- name: Set up Go
16-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v5
16+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v5
1717
with:
1818
go-version: ">=1.20.0"
1919
- name: Build
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
fetch-depth: 0
3030
- name: Set up Go
31-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v5
31+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v5
3232
with:
3333
go-version: ">=1.20.0"
3434
- name: Create snapshot release

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
- name: Set up Go
20-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v5
20+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v5
2121
with:
2222
go-version: ">=1.20.0"
2323
cache: true

0 commit comments

Comments
 (0)