We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f186c36 commit 492d7ddCopy full SHA for 492d7dd
.github/workflows/go.yml
@@ -10,10 +10,10 @@ jobs:
10
runs-on: ${{ matrix.os }}
11
12
steps:
13
- - name: Set up Go 1.15
+ - name: Set up Go 1.16
14
uses: actions/setup-go@v1
15
with:
16
- go-version: 1.15
+ go-version: 1.16
17
id: go
18
19
- name: Check out code into the Go module directory
.travis.yml
@@ -9,7 +9,8 @@ go:
9
# - 1.12.x
# - 1.13.x
# - 1.14.x
- - 1.15.x
+ # - 1.15.x
+ - 1.16.x
# - tip
sudo: false
circle.yml
@@ -8,7 +8,7 @@ version: 2
8
jobs:
build:
docker:
- - image: golang:1.15.5
+ - image: golang:1.16.5
working_directory: /gopath/src/github.com/go-ego/gpy
- checkout
0 commit comments