Merge pull request #4138 from thaJeztah/fix_go_version

gha: align stray go 1.19.4 version
This commit is contained in:
Sebastiaan van Stijn 2023-03-30 17:02:52 +02:00 committed by GitHub
commit 378e35e915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19.4
go-version: 1.19.7
-
name: Test
run: |