mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
ci: bump GitHub CI Go version to 1.19.2
This commit is contained in:
parent
e8cfe4cea9
commit
52eca23918
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -20,7 +20,7 @@ env:
|
|||
|
||||
# If you change this value, please change it in the following files as well:
|
||||
# /Dockerfile
|
||||
GO_VERSION: 1.17
|
||||
GO_VERSION: 1.19.2
|
||||
|
||||
jobs:
|
||||
########################
|
||||
|
|
@ -123,4 +123,4 @@ jobs:
|
|||
go-version: '~${{ env.GO_VERSION }}'
|
||||
|
||||
- name: run unit tests
|
||||
run: make unit
|
||||
run: make unit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue