File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
echo "::set-output name=go-build::$(go env GOCACHE)"
24
24
echo "::set-output name=go-mod::$(go env GOMODCACHE)"
25
25
- name : Setup Go
26
- uses : actions/setup-go@v5
26
+ uses : actions/setup-go@v6
27
27
with :
28
28
go-version : " ^1.24.0"
29
29
- uses : actions/checkout@v5
Original file line number Diff line number Diff line change 39
39
run : yarn test
40
40
working-directory : ./web
41
41
- name : Setup Go
42
- uses : actions/setup-go@v5
42
+ uses : actions/setup-go@v6
43
43
with :
44
44
go-version : " ^1.24.0"
45
45
cache-dependency-path : go.sum
Original file line number Diff line number Diff line change 81
81
run : sudo apt-get update && sudo apt-get install -y make
82
82
83
83
- name : Setup Go ${{ env.GO_VERSION }}
84
- uses : actions/setup-go@v5
84
+ uses : actions/setup-go@v6
85
85
with :
86
86
go-version : ${{ env.GO_VERSION }}
87
87
cache-dependency-path : |
You can’t perform that action at this time.
0 commit comments