File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 - name : Set up Go
3030 uses : actions/setup-go@v6
3131 with :
32- go-version : ' 1.25 '
32+ go-version : ' 1.26 '
3333 cache : true
3434
3535 - name : Verify dependencies
6161 - name : Set up Go
6262 uses : actions/setup-go@v6
6363 with :
64- go-version : ' 1.25 '
64+ go-version : ' 1.26 '
6565 cache : true
6666
6767 - name : Run unit tests
9797 - name : Set up Go
9898 uses : actions/setup-go@v6
9999 with :
100- go-version : ' 1.25 '
100+ go-version : ' 1.26 '
101101 cache : true
102102
103103 - name : Build for all platforms
@@ -193,7 +193,7 @@ jobs:
193193 - name : Set up Go
194194 uses : actions/setup-go@v6
195195 with :
196- go-version : ' 1.25 '
196+ go-version : ' 1.26 '
197197 cache : true
198198
199199 - name : Install zsh (Linux)
Original file line number Diff line number Diff line change 3535 - name : Set up Go
3636 uses : actions/setup-go@v6
3737 with :
38- go-version : ' 1.25 '
38+ go-version : ' 1.26 '
3939 cache : true
4040
4141 - name : Run GoReleaser
You can’t perform that action at this time.
0 commit comments