File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5858 value : $(workspaces.source.path)
5959
6060 - name : hugo-gen
61- image : golang:1.23
61+ image : golang:1.24
6262 workingDir : $(workspaces.source.path)
6363 env :
6464 - name : UPLOADER_PUBLIC_URL
Original file line number Diff line number Diff line change 5757 - name : workingdir
5858 value : $(workspaces.source.path)
5959 - name : unittest
60- image : golang:1.23
60+ image : golang:1.24
6161 workingDir : $(workspaces.source.path)
6262 env :
6363 - name : GOCACHE
7070 GO_TEST_FLAGS="-v -coverprofile=coverage.txt -covermode=atomic"
7171 - name : codecov
7272 # Has everything we need in there and we already fetched it!
73- image : golang:1.23
73+ image : golang:1.24
7474 workingDir : $(workspaces.source.path)
7575 env :
7676 - name : CODECOV_TOKEN
8888 chmod +x ./codecov
8989 ./codecov -C {{revision}} -v
9090 - name : upload-release
91- image : golang:1.23
91+ image : golang:1.24
9292 workingDir : $(workspaces.source.path)
9393 env :
9494 - name : HUB_TOKEN
Original file line number Diff line number Diff line change 5656 - name : unittest
5757 # we get bumped out when usingh the official image with docker.io
5858 # ratelimit so workaround this.
59- image : golang:1.23
59+ image : golang:1.24
6060 env :
6161 - name : GOCACHE
6262 value : $(workspaces.source.path)/go-build-cache/cache
7171 make test
7272
7373 - name : coverage
74- image : golang:1.23
74+ image : golang:1.24
7575 env :
7676 - name : CODECOV_TOKEN
7777 valueFrom :
You can’t perform that action at this time.
0 commit comments