mirror of
https://github.com/cmur2/miflorad.git
synced 2024-12-25 10:54:24 +01:00
module: bump minimum Go version to 1.19
This commit is contained in:
parent
d5020103f3
commit
0089a3dd2c
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
name: ci
|
name: ci
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@ -11,7 +12,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go:
|
go:
|
||||||
- '1.18'
|
- '1.19'
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
env:
|
env:
|
||||||
GO111MODULE: on
|
GO111MODULE: on
|
||||||
|
Loading…
Reference in New Issue
Block a user