From 7f9f6b7887b8268d59b76931dee772c1c4fe825f Mon Sep 17 00:00:00 2001 From: vcaesar Date: Fri, 24 Feb 2023 10:42:28 -0800 Subject: [PATCH] Update: update CI to the latest --- .github/workflows/go.yml | 2 +- .travis.yml | 3 ++- circle.yml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d12ff64..0fd0697 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -5,7 +5,7 @@ jobs: # name: build strategy: matrix: - go: [1.18.x, 1.19.x] + go: [1.19.x, 1.20.x] os: [macOS-latest, windows-latest, ubuntu-latest] runs-on: ${{ matrix.os }} diff --git a/.travis.yml b/.travis.yml index beb5220..c39216f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,8 @@ go: # - 1.16.x # - 1.17.x # - 1.18.x - - 1.19.x + # - 1.19.x + - 1.20.x # - tip install: diff --git a/circle.yml b/circle.yml index bf7ad70..a0b5df6 100644 --- a/circle.yml +++ b/circle.yml @@ -8,7 +8,7 @@ version: 2 jobs: build: docker: - - image: golang:1.19.4 + - image: golang:1.20.1 working_directory: /gopath/src/github.com/go-ego/gse steps: - checkout