File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - name : Set up Go
1919 uses : actions/setup-go@v6
2020 with :
21- go-version : " 1.26.3 "
21+ go-version : " 1.26.4 "
2222
2323 - name : Tidy modules
2424 run : go mod tidy
3737 - name : Set up Go
3838 uses : actions/setup-go@v6
3939 with :
40- go-version : " 1.26.3 "
40+ go-version : " 1.26.4 "
4141
4242 - name : Check formatting
4343 run : |
6868 - name : Set up Go
6969 uses : actions/setup-go@v6
7070 with :
71- go-version : " 1.26.3 "
71+ go-version : " 1.26.4 "
7272
7373 - name : Install GoReleaser
7474 uses : goreleaser/goreleaser-action@v7
Original file line number Diff line number Diff line change 2020 - name : Set up Go
2121 uses : actions/setup-go@v6
2222 with :
23- go-version : " 1.26.3 "
23+ go-version : " 1.26.4 "
2424
2525 - name : Bump version and push tag
2626 id : tag_version
Original file line number Diff line number Diff line change 2323 - name : Set up Go
2424 uses : actions/setup-go@v6
2525 with :
26- go-version : " 1.26.3 "
26+ go-version : " 1.26.4 "
2727
2828 - name : Run govulncheck
2929 run : |
3939 - name : Set up Go
4040 uses : actions/setup-go@v6
4141 with :
42- go-version : " 1.26.3 "
42+ go-version : " 1.26.4 "
4343
4444 - name : Run gosec
4545 uses : securego/gosec@master
@@ -102,7 +102,7 @@ jobs:
102102 - name : Set up Go
103103 uses : actions/setup-go@v6
104104 with :
105- go-version : " 1.26.3 "
105+ go-version : " 1.26.4 "
106106
107107 - name : Initialize CodeQL
108108 uses : github/codeql-action/init@v4
You can’t perform that action at this time.
0 commit comments