We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b11644 commit 81bdaf7Copy full SHA for 81bdaf7
1 file changed
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Checkout
11
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
12
- name: Setup Go
13
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
+ uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
14
with:
15
go-version: 1.25
16
- name: Install Nix
@@ -52,7 +52,7 @@ jobs:
52
submodules: true
53
fetch-depth: 0
54
55
56
- name: Run GoReleaser
57
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6
58
0 commit comments