There was an error while loading. Please reload this page.
1 parent a56e5c4 commit df6214fCopy full SHA for df6214f
1 file changed
.github/workflows/cd.yaml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- name: checkout
18
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
19
- - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
+ - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
20
with:
21
go-version-file: go.mod
22
cache: true
@@ -87,4 +87,4 @@ jobs:
87
tags: ${{ steps.meta.outputs.tags }}
88
labels: ${{ steps.meta.outputs.labels }}
89
cache-from: type=gha
90
- cache-to: type=gha,mode=max
+ cache-to: type=gha,mode=max
0 commit comments