mirror of
https://github.com/laravel-ls/uri
synced 2026-06-16 01:54:57 +02:00
ci/circleci: update golang version to 1.14-buster
This commit is contained in:
parent
a822a9bd5b
commit
1239a9c955
1 changed files with 12 additions and 10 deletions
|
|
@ -4,17 +4,14 @@ orbs:
|
|||
golang: cci-orb/golang@volatile
|
||||
codecov: codecov/codecov@volatile
|
||||
|
||||
defaults: &defaults
|
||||
working_directory: /go/src/github.com/go-language-server/uri
|
||||
executor: golang/stretch
|
||||
environment:
|
||||
GO111MODULE: "on"
|
||||
GOPROXY: "https://proxy.golang.org"
|
||||
GOSUMDB: "sum.golang.org"
|
||||
|
||||
jobs:
|
||||
test:
|
||||
<<: *defaults
|
||||
executor:
|
||||
name: golang/buster
|
||||
tag: "1.14-buster"
|
||||
working_directory: /go/src/github.com/go-language-server/uri
|
||||
environment:
|
||||
GO111MODULE: "on"
|
||||
steps:
|
||||
- checkout
|
||||
- golang/gomod
|
||||
|
|
@ -32,7 +29,12 @@ jobs:
|
|||
path: /tmp/ci/test-results
|
||||
|
||||
lint:
|
||||
<<: *defaults
|
||||
executor:
|
||||
name: golang/buster
|
||||
tag: "1.14-buster"
|
||||
working_directory: /go/src/github.com/go-language-server/uri
|
||||
environment:
|
||||
GO111MODULE: "on"
|
||||
steps:
|
||||
- checkout
|
||||
- golang/gomod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue