aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/git.yml2
-rw-r--r--.github/workflows/test.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/git.yml b/.github/workflows/git.yml
index ba664a2..fcec675 100644
--- a/.github/workflows/git.yml
+++ b/.github/workflows/git.yml
@@ -16,7 +16,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v1
with:
- go-version: 1.19.x
+ go-version: 1.20.x
- name: Checkout code
uses: actions/checkout@v2
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index bbe531e..b576d38 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -5,7 +5,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- go-version: [1.18.x, 1.19.x]
+ go-version: [1.19.x, 1.20.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}