tests: bumped minimum Go required version to v1.21
Some checks failed
Build status / Build (push) Has been cancelled

This commit is contained in:
Gustavo Iñiguez Goia 2025-02-14 23:28:31 +01:00
parent ce006ee1ac
commit 6ba7265364
Failed to generate hash of commit

View file

@ -17,10 +17,10 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.20.10
- name: Set up Go 1.21.13
uses: actions/setup-go@v3
with:
go-version: 1.20.10
go-version: 1.21.13
id: go
- name: Check out code into the Go module directory