update go version for github actions

This commit is contained in:
dd dd 2024-07-25 18:52:25 +02:00
parent 3283167f6d
commit 72a58bf8f6

View File

@ -10,7 +10,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.21
- name: Golang run tests
run: go test -coverprofile=coverage.txt -covermode=atomic -v ./...
- uses: codecov/codecov-action@v3