From d60c4461b62587db92ba778a13d563737b3258ea Mon Sep 17 00:00:00 2001 From: glebarez Date: Sat, 16 Dec 2023 22:17:36 +0300 Subject: [PATCH] update go versions in workflows --- .github/workflows/badge-sqlite-version.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/badge-sqlite-version.yml b/.github/workflows/badge-sqlite-version.yml index 1881be5..4b9845a 100644 --- a/.github/workflows/badge-sqlite-version.yml +++ b/.github/workflows/badge-sqlite-version.yml @@ -12,7 +12,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: 1.17 + go-version: 1.21 - name: Check out code into the Go module directory uses: actions/checkout@v4 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fc7c582..70670d5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: test: strategy: matrix: - go: ['1.17','1.18', '1.19'] + go: ['1.19','1.20', '1.21'] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }}