File tree Expand file tree Collapse file tree 6 files changed +5
-37
lines changed
Expand file tree Collapse file tree 6 files changed +5
-37
lines changed Original file line number Diff line number Diff line change 1616 - name : Set up Go
1717 uses : actions/setup-go@v3
1818 with :
19- go-version : 1.19
19+ go-version : " 1.20 "
2020 - name : Build
2121 run : |
2222 go build cmd/brink/main.go
Original file line number Diff line number Diff line change 2121 - name : Set up Go
2222 uses : actions/setup-go@v3
2323 with :
24- go-version : 1.19
24+ go-version : " 1.20 "
2525 - name : Tests
2626 run : |
2727 go test ./...
Original file line number Diff line number Diff line change 2828 - name : Set up Go
2929 uses : actions/setup-go@v3
3030 with :
31- go-version : 1.19
31+ go-version : " 1.20 "
3232 - name : Install cosign
3333 uses : sigstore/cosign-installer@v2.8.1
3434 - name : Run GoReleaser
Original file line number Diff line number Diff line change 3131 - name : Set up Go
3232 uses : actions/setup-go@v3
3333 with :
34- go-version : 1.19
34+ go-version : " 1.20 "
3535 - name : Install cosign
3636 uses : sigstore/cosign-installer@v2.8.1
3737 - name : Run GoReleaser
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11module github.com/jsiebens/brink
22
3- go 1.19
3+ go 1.20
44
55require (
66 github.com/99designs/keyring v1.2.1
You can’t perform that action at this time.
0 commit comments