Skip to content

Commit

Permalink
update goland to 1.19 and pin rethinkdb to 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver006 committed Jan 29, 2023
1 parent 14336c5 commit f3d6a59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ type: kubernetes

services:
- name: database
image: rethinkdb:2
image: rethinkdb:2.4
command: [ rethinkdb, --bind, all ]
ports:
- 28015

steps:
- name: tests
image: "golang:1.16"
image: "golang:1.19"
environment:
GO111MODULE: on
RETHINKDB_URI: "database:28015"
Expand Down Expand Up @@ -73,10 +73,9 @@ steps:

# got to do this last cause it'll mess up the go.mod / go.sum file and that breaks the docker build
- name: upload-coverage
image: "golang:1.16"
image: "golang:1.19"
environment:
GO111MODULE: on
RETHINKDB_URI: "database:28015"
COVERALLS_TOKEN:
from_secret: coveralls-token
commands:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ checks:

.PHONY: upload-coverage
upload-coverage:
go get github.com/mattn/goveralls
go install github.com/mattn/goveralls@v0.0.11
/go/bin/goveralls -coverprofile=coverage.txt -service=drone.io

0 comments on commit f3d6a59

Please sign in to comment.