mirror of
https://git.rwth-aachen.de/acs/public/villas/web-backend-go/
synced 2025-03-30 00:00:12 +01:00
use go 1.17 in CI and Dockerfile
This commit is contained in:
parent
ff0e08e44e
commit
3d04ba0d43
2 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ stages:
|
|||
|
||||
staticcheck:
|
||||
stage: test
|
||||
image: golang:1.18-buster
|
||||
image: golang:1.17-buster
|
||||
before_script:
|
||||
- go install honnef.co/go/tools/cmd/staticcheck@latest
|
||||
script:
|
||||
|
@ -20,7 +20,7 @@ staticcheck:
|
|||
|
||||
test:
|
||||
stage: test
|
||||
image: golang:1.18-buster
|
||||
image: golang:1.17-buster
|
||||
variables:
|
||||
GOPATH: $CI_PROJECT_DIR/.go
|
||||
POSTGRES_DB: testvillasdb
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.18-buster AS builder
|
||||
FROM golang:1.17-buster AS builder
|
||||
|
||||
RUN mkdir /build
|
||||
WORKDIR /build
|
||||
|
|
Loading…
Add table
Reference in a new issue