ci: uses golang 1.18 for build process
This commit is contained in:
parent
43246d257e
commit
623bdbcded
@ -4,19 +4,19 @@ pipeline:
|
||||
commands:
|
||||
- git fetch --tags
|
||||
lint:
|
||||
image: golang:1.17
|
||||
image: golang:1.18
|
||||
commands:
|
||||
- make lint
|
||||
test:
|
||||
image: golang:1.17
|
||||
image: golang:1.18
|
||||
commands:
|
||||
- make test
|
||||
build:
|
||||
image: golang:1.17
|
||||
image: golang:1.18
|
||||
commands:
|
||||
- make build
|
||||
release:
|
||||
image: golang:1.17
|
||||
image: golang:1.18
|
||||
commands:
|
||||
- make release
|
||||
secrets:
|
||||
|
Loading…
Reference in New Issue
Block a user