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:
+3 -1
View File
@@ -1,6 +1,8 @@
module github.com/charmbracelet/bubbles
go 1.18
go 1.23.0
toolchain go1.23.7
require (
github.com/MakeNowJust/heredoc v1.0.0