File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ jobs:
1818 with :
1919 fetch-depth : 0
2020 - run : git fetch --force --tags
21- - uses : actions/setup-go@v6.2 .0
21+ - uses : actions/setup-go@v6.3 .0
2222 with :
2323 go-version : ' 1.24'
2424 - uses : docker/login-action@v3
2525 with :
2626 registry : ghcr.io
2727 username : ${{ github.actor }}
2828 password : ${{ secrets.GITHUB_TOKEN }}
29- - uses : goreleaser/goreleaser-action@v6
29+ - uses : goreleaser/goreleaser-action@v7
3030 with :
3131 distribution : goreleaser
3232 version : latest
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v6
16- - uses : actions/setup-go@v6.2 .0
16+ - uses : actions/setup-go@v6.3 .0
1717 with :
1818 go-version : ' 1.24'
1919 - uses : golangci/golangci-lint-action@v9
2424 runs-on : ubuntu-latest
2525 steps :
2626 - uses : actions/checkout@v6
27- - uses : actions/setup-go@v6.2 .0
27+ - uses : actions/setup-go@v6.3 .0
2828 with :
2929 go-version : ' 1.24'
3030 - run : go test -v ./...
@@ -38,10 +38,10 @@ jobs:
3838 - name : Checkout
3939 uses : actions/checkout@v6
4040 - name : Setup Go
41- uses : actions/setup-go@v6.2 .0
41+ uses : actions/setup-go@v6.3 .0
4242 with :
4343 go-version : ' 1.24'
44- - uses : goreleaser/goreleaser-action@v6
44+ - uses : goreleaser/goreleaser-action@v7
4545 with :
4646 distribution : goreleaser
4747 version : latest
5353 - name : Checkout
5454 uses : actions/checkout@v6
5555 - name : Setup Go
56- uses : actions/setup-go@v6.2 .0
56+ uses : actions/setup-go@v6.3 .0
5757 with :
5858 go-version : ' 1.24'
5959 - name : Build WASM
6969 with :
7070 node-version : ' 20'
7171 - name : Setup Go
72- uses : actions/setup-go@v6.2 .0
72+ uses : actions/setup-go@v6.3 .0
7373 with :
7474 go-version : ' 1.24'
7575 - name : Build WASM
Original file line number Diff line number Diff line change 2424 - name : Checkout
2525 uses : actions/checkout@v6
2626 - name : Setup Go
27- uses : actions/setup-go@v6.2 .0
27+ uses : actions/setup-go@v6.3 .0
2828 with :
2929 go-version : ' 1.22'
3030 - name : Build WASM
You can’t perform that action at this time.
0 commit comments