updates go version to match local env and get rid of catching warnings

This commit is contained in:
Marcin Czenko 2025-10-23 04:58:13 +02:00
parent e340e36d97
commit 55051d99e7
No known key found for this signature in database
GPG Key ID: A0449219BDBA98AE

View File

@ -14,9 +14,9 @@ jobs:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.21' # Use Go 1.21+ for generics support
go-version: '1.23'
cache: true
- name: Install gotestsum