mirror of
https://github.com/cmur2/miflorad.git
synced 2024-12-21 16: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
|
||||
|
||||
on:
|
||||
@ -11,7 +12,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
go:
|
||||
- '1.18'
|
||||
- '1.19'
|
||||
fail-fast: false
|
||||
env:
|
||||
GO111MODULE: on
|
||||
|
Loading…
Reference in New Issue
Block a user