We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24738c3 commit 41234fcCopy full SHA for 41234fc
2 files changed
.github/workflows/build.yaml
@@ -13,7 +13,7 @@ jobs:
13
- name: Checkout code
14
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
15
- name: Setup Go environment
16
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
+ uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
17
with:
18
go-version-file: "go.mod"
19
- name: Run GoReleaser
.github/workflows/ci.yaml
@@ -115,7 +115,7 @@ jobs:
115
ref: ${{ steps.draft_release.outputs.tag_name }}
116
117
118
119
120
121
0 commit comments