File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1616 - name : Setup Go
1717 uses : actions/setup-go@v6
1818 with :
19- go-version : 1.22 .x
19+ go-version : 1.24 .x
2020 - name : Run goreleaser
2121 uses : goreleaser/goreleaser-action@v1
2222 with :
Original file line number Diff line number Diff line change 11name : Continuous Integration
22
33env :
4- GO_VERSION : 1.22
4+ GO_VERSION : 1.24
55
66on :
77 push :
2727 - name : Setup Go
2828 uses : actions/setup-go@v6
2929 with :
30- go-version : 1.22 .x
30+ go-version : 1.24 .x
3131 - name : Cache build
3232 uses : actions/cache@v4
3333 with :
4949 - name : Setup Go
5050 uses : actions/setup-go@v6
5151 with :
52- go-version : 1.22 .x
52+ go-version : 1.24 .x
5353 - name : Cache build
5454 uses : actions/cache@v4
5555 with :
7777 - name : Setup Go
7878 uses : actions/setup-go@v6
7979 with :
80- go-version : 1.22 .x
80+ go-version : 1.24 .x
8181 - name : Cache build
8282 uses : actions/cache@v4
8383 with :
@@ -104,7 +104,7 @@ jobs:
104104 - name : Setup Go
105105 uses : actions/setup-go@v6
106106 with :
107- go-version : 1.22 .x
107+ go-version : 1.24 .x
108108 - name : Cache build
109109 uses : actions/cache@v4
110110 with :
You can’t perform that action at this time.
0 commit comments