File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55 strategy :
66 matrix :
77 go :
8- - " 1.24"
98 - " 1.25"
9+ - " 1.26"
1010 name : Build
1111 runs-on : ubuntu-latest
1212
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments