Skip to content

Commit

Permalink
Test hcloud-go on go 1.16 (#163)
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Kämmerling <[email protected]>
  • Loading branch information
LKaemmerling authored Feb 17, 2021
1 parent 08a51ec commit 7accec4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.13, 1.14, 1.15]
go-version: [1.13, 1.14, 1.15, 1.16]
steps:
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v2
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test:golangci-lint:

test:tests:
stage: test
image: golang:1.15
image: golang:1.16
script:
- go test -v -race ./...
except:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/hetznercloud/hcloud-go

go 1.15
go 1.16

require github.com/google/go-cmp v0.5.0

0 comments on commit 7accec4

Please sign in to comment.