Skip to content

Commit

Permalink
all: bump to Go-1.16
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastien Binet <binet@cern.ch>
  • Loading branch information
sbinet committed Feb 18, 2021
1 parent 720a7c2 commit 4fe1e1a
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
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Build
strategy:
matrix:
go-version: [1.15.x, 1.14.x]
go-version: [1.16.x, 1.15.x]
platform: [ubuntu-latest, macos-latest]
#platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -13,7 +13,7 @@ environment:
GOPATH: c:\gopath
PATH: '%GOPATH%\bin;%PATH%'

stack: go 1.14
stack: go 1.15

build_script:
- go get -v -t -tags purego ./...
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module go-hep.org/x/hep

go 1.13
go 1.14

require (
gioui.org v0.0.0-20201209164149-679bf092cb83
Expand Down

0 comments on commit 4fe1e1a

Please sign in to comment.