File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1919 - name : Set up Go
2020 uses : actions/setup-go@v5
2121 with :
22- go-version : " 1.25"
22+ go-version : " 1.25.7 "
2323
2424 - name : Set up Python
2525 uses : actions/setup-python@v5
4141 - name : Set up Go
4242 uses : actions/setup-go@v5
4343 with :
44- go-version : " 1.25"
44+ go-version : " 1.25.7 "
4545
4646 - name : Set up Python
4747 uses : actions/setup-python@v5
7676 - name : Set up Go
7777 uses : actions/setup-go@v5
7878 with :
79- go-version : " 1.25"
79+ go-version : " 1.25.7 "
8080
8181 - name : Run go vet
8282 run : go vet ./...
@@ -104,7 +104,7 @@ jobs:
104104 - name : Set up Go
105105 uses : actions/setup-go@v5
106106 with :
107- go-version : " 1.25"
107+ go-version : " 1.25.7 "
108108
109109 - name : Install govulncheck
110110 run : go install golang.org/x/vuln/cmd/govulncheck@latest
@@ -121,7 +121,7 @@ jobs:
121121 - name : Set up Go
122122 uses : actions/setup-go@v5
123123 with :
124- go-version : " 1.25"
124+ go-version : " 1.25.7 "
125125
126126 - name : Build
127127 run : go build ./...
You can’t perform that action at this time.
0 commit comments