ci: bump GitHub CI Go version to 1.19.2

pull/546/head
Andras Banki-Horvath 1 year ago
parent e8cfe4cea9
commit 52eca23918
No known key found for this signature in database
GPG Key ID: 80E5375C094198D8

@ -20,7 +20,7 @@ env:
# If you change this value, please change it in the following files as well: # If you change this value, please change it in the following files as well:
# /Dockerfile # /Dockerfile
GO_VERSION: 1.17 GO_VERSION: 1.19.2
jobs: jobs:
######################## ########################
@ -123,4 +123,4 @@ jobs:
go-version: '~${{ env.GO_VERSION }}' go-version: '~${{ env.GO_VERSION }}'
- name: run unit tests - name: run unit tests
run: make unit run: make unit

Loading…
Cancel
Save