File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 runs-on : ubuntu-latest
2626 steps :
2727 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
28- - uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
28+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
2929 with :
3030 path : |
3131 ~/go/pkg/mod
3636 - name : Set up Go
3737 uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
3838 with :
39- go-version : " 1.25 "
39+ go-version : " 1.26 "
4040
4141 - name : Download Go modules
4242 run : go mod download
Original file line number Diff line number Diff line change 7070 - name : Fetch all tags
7171 run : git fetch --force --tags
7272
73- - uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
73+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
7474 with :
7575 path : |
7676 ~/go/pkg/mod
8181 - name : Set up Go
8282 uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
8383 with :
84- go-version : " 1.25 "
84+ go-version : " 1.26 "
8585
8686 - name : Run GoReleaser
8787 uses : goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7
Original file line number Diff line number Diff line change 2424 - name : Set up Go
2525 uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
2626 with :
27- go-version : " 1.25 "
27+ go-version : " 1.26 "
2828 cache : true
2929
3030 - name : Download Go modules
You can’t perform that action at this time.
0 commit comments