update go versions in workflows

This commit is contained in:
glebarez
2023-12-16 22:17:36 +03:00
parent 58b2c8711d
commit d60c4461b6
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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 }}