We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c871ef + 9a6c549 commit 4c7ba4dCopy full SHA for 4c7ba4d
2 files changed
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Checkout
25
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
26
- name: Set up Go
27
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
+ uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
28
with:
29
go-version-file: 'go.mod'
30
- name: Run tests
.github/workflows/gorelease.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
23
- name: Run GoReleaser
0 commit comments