Skip to content

Commit

Permalink
lab: update go images to 1.17
Browse files Browse the repository at this point in the history
- Gitlab build images update 1.15->1.17
- TravisCI update image to `1.17.x`
  • Loading branch information
tydavis committed Jan 6, 2022
1 parent 4a8cf35 commit b6eae4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ stages:
- release

default:
image: golang:1.15
image: golang:1.17
tags:
- gitlab-org

Expand All @@ -35,7 +35,7 @@ gosec-sast:
- make install

code_navigation:
image: golang:latest
image: golang:1.17
allow_failure: true
script:
- go get github.com/sourcegraph/lsif-go/cmd/lsif-go
Expand Down Expand Up @@ -81,11 +81,11 @@ code_navigation:
test:
stage: test
extends: .test
image: golang:1.15
image: golang:1.17

release:
stage: release
image: golang:1.15
image: golang:1.17
only:
refs:
- tags
Expand All @@ -96,7 +96,7 @@ release:
docs:
stage: release
image: golang:1.15
image: golang:1.17
only:
refs:
- tags
Expand Down
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ os:
- linux

go:
- 1.15.x
- 1.17.x

# use containers which run faster and have cache
sudo: false
Expand All @@ -19,7 +19,6 @@ addons:
packages:
- silversearcher-ag


before_script:
- echo -e "Host *\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
- echo -e "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDkTcgXnHuqR0gbwegnr9Zxz4hTkjjV/SpgJNPJz7mo/HKNbx0rqjj1P0yGR053R9GSFFim2ut4NK9DPPUkQdyucw+DoLkYRHJmlJ4BNa9NTCD0sl+eSXO2969kZojCYSOgbmkCJx8mdgTwhzdgE/jhBrsY0hPE6pRTlU+H68/zeNdJUAIJf0LLXOm3hpTKLA19VICltl/j9VvBJpgRHdBylXEyL8HokYpjkQQk1ZXj3m7Nlo8yDdg4VcljOJWC+Xh8kxRMfK5x/VRVsYKCQXN5QlzKeqf7USRDUS/7mFoPUBW+d4kwKtGxRsWuIL2yeqzifZUTOgsh9+ZWAWxWffQZ your_email@example.com" > ~/.ssh/id_rsa.pub
Expand Down

0 comments on commit b6eae4a

Please sign in to comment.