Skip to content

Commit

Permalink
bump Dockerfile to go 1.16; fix constraints issue by bumping CI tests…
Browse files Browse the repository at this point in the history
… to go 1.16 and 1.17
  • Loading branch information
i-norden committed Oct 11, 2021
1 parent d53bfae commit e9b5e6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
GOPATH: /tmp/go
strategy:
matrix:
go-version: [1.14.x, 1.15.x]
go-version: [1.16.x, 1.17.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -40,7 +40,7 @@ jobs:
GOPATH: /tmp/go
strategy:
matrix:
go-version: [1.15.x]
go-version: [1.16.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.14-alpine as builder
FROM golang:1.16-alpine as builder

RUN apk --update --no-cache add make git g++ linux-headers
# DEBUG
Expand Down

0 comments on commit e9b5e6b

Please sign in to comment.