mirror of
https://github.com/getAlby/lndhub.go.git
synced 2026-01-10 16:35:38 +01:00
Update to Go 1.17
This commit is contained in:
2
.github/workflows/build_binaries.yaml
vendored
2
.github/workflows/build_binaries.yaml
vendored
@@ -8,7 +8,7 @@ jobs:
|
||||
name: Build and publish binaries
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [ 1.16.x ]
|
||||
go-version: [ 1.17.x ]
|
||||
platform: [ ubuntu-latest ]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
|
||||
2
.github/workflows/integration_tests.yaml
vendored
2
.github/workflows/integration_tests.yaml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [ 1.16.x ]
|
||||
go-version: [ 1.17.x ]
|
||||
platform: [ ubuntu-latest ]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
services:
|
||||
|
||||
Reference in New Issue
Block a user