1
0
mirror of https://github.com/cmur2/miflorad.git synced 2025-06-26 12:30:23 +02:00

ci: update minimum Go to 1.23

This commit is contained in:
cn
2025-06-17 11:48:01 +02:00
committed by Christian Nicolai
parent 4149a3f3f1
commit fab9d7fc23
2 changed files with 3 additions and 3 deletions

View File

@ -12,8 +12,8 @@ jobs:
strategy:
matrix:
go:
- '1.19'
- '1.20'
- '1.23'
- '1.24'
fail-fast: false
env:
GO111MODULE: on

2
go.mod
View File

@ -1,6 +1,6 @@
module miflorad
go 1.19
go 1.23
require (
github.com/currantlabs/gatt v0.0.0-20161006170101-f949eac78f4e