Compare commits
1 commit
main
...
renovate/g
Author | SHA1 | Date | |
---|---|---|---|
5281e99ce0 |
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
steps:
|
||||
lint:
|
||||
image: golang:1.22
|
||||
image: golang:1.23
|
||||
commands:
|
||||
- go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
|
||||
- golangci-lint run
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
steps:
|
||||
- name: Release
|
||||
image: golang:1.22.5
|
||||
image: golang:1.23.3
|
||||
commands:
|
||||
- go install github.com/goreleaser/goreleaser@latest
|
||||
- goreleaser release
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
steps:
|
||||
test:
|
||||
image: golang:1.22
|
||||
image: golang:1.23
|
||||
commands:
|
||||
- go test ./...
|
||||
|
||||
|
|
Loading…
Reference in a new issue