File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1818 - name : Setup Golang
1919 uses : actions/setup-go@v5
2020 with :
21- go-version : ' 1.22 '
21+ go-version : ' 1.23 '
2222 - name : Download all Go modules
2323 run : |
2424 go mod download
6262 - name : Setup Golang
6363 uses : actions/setup-go@v5
6464 with :
65- go-version : ' 1.22 '
65+ go-version : ' 1.23 '
6666 cache : false
6767 env :
6868 GO111MODULE : off
8080 - name : Setup Golang
8181 uses : actions/setup-go@v5
8282 with :
83- go-version : ' 1.22 '
83+ go-version : ' 1.23 '
8484 - name : Run tests
8585 env :
8686 GNUPG_DISABLED : true
@@ -127,7 +127,7 @@ jobs:
127127 - name : Setup Golang
128128 uses : actions/setup-go@v5
129129 with :
130- go-version : ' 1.22 '
130+ go-version : ' 1.23 '
131131 - name : Download all Go modules
132132 run : |
133133 cd registry-scanner
Original file line number Diff line number Diff line change 2424 - name : Setup Golang
2525 uses : actions/setup-go@v5
2626 with :
27- go-version : ' 1.22 '
27+ go-version : ' 1.23 '
2828
2929 - name : Build binaries
3030 id : binaries
You can’t perform that action at this time.
0 commit comments