File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8484 - name : Set up Go
8585 uses : actions/setup-go@v5
8686 with :
87- go-version : 1.23
87+ go-version : stable
8888 - name : Cache Go modules
8989 uses : actions/cache@v4
9090 with :
Original file line number Diff line number Diff line change 3838 - name : Set up Go
3939 uses : actions/setup-go@v5
4040 with :
41- go-version : 1.23
41+ go-version : stable
4242 - name : Cache Go modules
4343 uses : actions/cache@v4
4444 with :
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
2626 name : Clean go mods
2727 runs-on : ubuntu-latest
2828 steps :
29- - name : Set up Go 1.23.3
29+ - name : Set up Go
3030 uses : actions/setup-go@v5
3131 with :
32- go-version : ' 1.23.3 '
32+ go-version : stable
3333 - name : Install gomods
3434 run :
go install github.com/jmank88/[email protected] 3535 - name : Check out code
You can’t perform that action at this time.
0 commit comments