Skip to content

Commit df6214f

Browse files
authored
Update setup-go action to version 6.4.0
1 parent a56e5c4 commit df6214f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: checkout
1818
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
19-
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
19+
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2020
with:
2121
go-version-file: go.mod
2222
cache: true
@@ -87,4 +87,4 @@ jobs:
8787
tags: ${{ steps.meta.outputs.tags }}
8888
labels: ${{ steps.meta.outputs.labels }}
8989
cache-from: type=gha
90-
cache-to: type=gha,mode=max
90+
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)