Bump go version used for tests

This commit is contained in:
Ilja Lapkovskis 2024-01-18 22:47:57 +02:00
parent f70bd7e672
commit 18ddf275ef
No known key found for this signature in database
GPG key ID: 53D2AA4F0D1079C4

View file

@ -15,7 +15,7 @@ jobs:
- name: Set up Go 1.x - name: Set up Go 1.x
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
go-version: ^1.15 go-version: ^1.21
id: go id: go
- name: Check out code into the Go module directory - name: Check out code into the Go module directory