Skip to content
This repository was archived by the owner on Oct 3, 2025. It is now read-only.

Commit 492d7dd

Browse files
committed
update go.yml, circle.yml and travis.yml
1 parent f186c36 commit 492d7dd

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111

1212
steps:
13-
- name: Set up Go 1.15
13+
- name: Set up Go 1.16
1414
uses: actions/setup-go@v1
1515
with:
16-
go-version: 1.15
16+
go-version: 1.16
1717
id: go
1818

1919
- name: Check out code into the Go module directory

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ go:
99
# - 1.12.x
1010
# - 1.13.x
1111
# - 1.14.x
12-
- 1.15.x
12+
# - 1.15.x
13+
- 1.16.x
1314
# - tip
1415

1516
sudo: false

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version: 2
88
jobs:
99
build:
1010
docker:
11-
- image: golang:1.15.5
11+
- image: golang:1.16.5
1212
working_directory: /gopath/src/github.com/go-ego/gpy
1313
steps:
1414
- checkout

0 commit comments

Comments
 (0)