Skip to content

Commit 7e708b0

Browse files
committed
Bump go version, pin actions
1 parent fec0135 commit 7e708b0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ jobs:
55
strategy:
66
matrix:
77
go:
8-
- "1.24"
98
- "1.25"
9+
- "1.26"
1010
name: Build
1111
runs-on: ubuntu-latest
1212

.github/workflows/tagpr-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5
2323
with:
2424
ref: ${{ inputs.tag || github.ref }}
25-
- uses: Songmu/tagpr@v1
25+
- uses: Songmu/tagpr@78a926ba835e34721053309043aee696ba9c70b1 # v1
2626
id: tagpr
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -31,10 +31,10 @@ jobs:
3131
- name: Set up Go
3232
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
3333
with:
34-
go-version: "1.24"
34+
go-version: "1.26"
3535
if: ${{ steps.tagpr.outputs.tag != '' || github.event_name == 'workflow_dispatch' }}
3636
- name: Run GoReleaser
37-
uses: goreleaser/goreleaser-action@v6
37+
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6
3838
with:
3939
version: '~> v2'
4040
args: release

0 commit comments

Comments
 (0)