chore(go.mod): update to go 1.23

This commit is contained in:
Andrey Nering
2025-03-20 10:42:52 -03:00
parent 06824cb77d
commit 976d9a1108
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -1,10 +1,12 @@
name: build
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
go-version: [~1.18, ^1]
go-version: ['1.23', '1.24']
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
env: