Skip to content

Commit

Permalink
[Feature] Bump Go Version to 1.20.7, disable TravisCI tests (#376)
Browse files Browse the repository at this point in the history
* [Feature] Bump Go Version to 1.20.7

* Update go version in Makefile too and temporary disable travis ci

---------

Co-authored-by: Nikita Vaniasin <nikita.vanyasin@gmail.com>
  • Loading branch information
ajanikow and nikita-vanyasin authored Aug 7, 2023
1 parent 2451389 commit 21835cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ services:
language: go

go:
- "1.20.x"
- "1.20.7"

env:
- VERBOSE=1 MULTIARCH=0 GOIMAGE=gcr.io/gcr-for-testing/golang:1.20.3 ALPINE_IMAGE=gcr.io/gcr-for-testing/alpine:3.17 ARANGODB=gcr.io/gcr-for-testing/arangodb/arangodb:3.9.2 STARTER_MODES="single,cluster,activefailover"
- VERBOSE=1 MULTIARCH=0 GOIMAGE=gcr.io/gcr-for-testing/golang:1.20.7 ALPINE_IMAGE=gcr.io/gcr-for-testing/alpine:3.17 ARANGODB=gcr.io/gcr-for-testing/arangodb/arangodb:3.9.2 STARTER_MODES="single,cluster,activefailover"

install:
- make init
Expand All @@ -18,8 +18,4 @@ script:
- |
set -e
make check
if [ "$TRAVIS_PULL_REQUEST" != "false" ] || [ ! -z "$ALWAYS" ]; then
make run-tests
fi
make binaries
make vulncheck
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ REPODIR := $(ORGDIR)/$(REPONAME)
REPOPATH := $(ORGPATH)/$(REPONAME)

GOPATH := $(GOBUILDDIR)
GOVERSION := 1.20.3
GOVERSION := 1.20.7
GOIMAGE ?= golang:$(GOVERSION)-alpine3.17

GOOS ?= linux
Expand Down

0 comments on commit 21835cd

Please sign in to comment.