File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Check out repository code
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414
1515 - name : Set up Go
16- uses : actions/setup-go@v5
16+ uses : actions/setup-go@v6
1717 with :
1818 go-version-file : " go.mod"
1919
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 runs-on : windows-latest
1111 steps :
1212 - name : Check out repository code
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414
1515 - name : Set up Go
16- uses : actions/setup-go@v5
16+ uses : actions/setup-go@v6
1717 with :
1818 go-version-file : " go.mod"
1919
Original file line number Diff line number Diff line change 11module github.com/walles/moor/v2
22
3- go 1.23
3+ go 1.23.12
44
55toolchain go1.24.4
66
You can’t perform that action at this time.
0 commit comments