Compare commits

..

1 commit

Author SHA1 Message Date
5281e99ce0 Update golang Docker tag 2024-11-07 03:28:08 +00:00
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
steps: steps:
lint: lint:
image: golang:1.22 image: golang:1.23
commands: commands:
- go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest - go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
- golangci-lint run - golangci-lint run

View file

@ -1,6 +1,6 @@
steps: steps:
- name: Release - name: Release
image: golang:1.22.5 image: golang:1.23.3
commands: commands:
- go install github.com/goreleaser/goreleaser@latest - go install github.com/goreleaser/goreleaser@latest
- goreleaser release - goreleaser release

View file

@ -1,6 +1,6 @@
steps: steps:
test: test:
image: golang:1.22 image: golang:1.23
commands: commands:
- go test ./... - go test ./...