Update pipeline go version

This commit is contained in:
Bernd Schoolmann 2024-04-28 16:39:57 +02:00
parent 2734ac76ec
commit ae6d15045e
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ on:
branches: [ "main" ]
env:
GO_VERSION: '1.20'
GO_VERSION: '1.22'
jobs:
build_linux_x86_64_debug:

View File

@ -7,7 +7,7 @@ permissions:
packages: write
env:
GO_VERSION: '1.20'
GO_VERSION: '1.22'
jobs:
merge_release: