Skip to content

Commit

Permalink
Upgrade Go and Goal
Browse files Browse the repository at this point in the history
Goal now requires 1.22 so we will, too.
  • Loading branch information
semperos committed Oct 30, 2024
1 parent 3580068 commit 905dd2e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module github.com/semperos/ari

go 1.21
go 1.22

toolchain go1.22.0
toolchain go1.22.7

require (
codeberg.org/anaseto/goal v0.44.1-0.20241023153331-ed11e6819757
codeberg.org/anaseto/goal v0.44.1-0.20241030090847-5b04f1cc2a18
github.com/charmbracelet/lipgloss v0.13.1
github.com/go-resty/resty/v2 v2.15.3
github.com/jarcoal/httpmock v1.3.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
codeberg.org/anaseto/goal v0.44.1-0.20241023153331-ed11e6819757 h1:6Pw/aGY5E458q2RoDLyNWCALOi20JArr1Dl3xrmR+mE=
codeberg.org/anaseto/goal v0.44.1-0.20241023153331-ed11e6819757/go.mod h1:oipi4mkQiwXW9Td2IxNhuMV0Ewq4obs6EvkqpyZ6qMs=
codeberg.org/anaseto/goal v0.44.1-0.20241030090847-5b04f1cc2a18 h1:FnG1u/we4Drd9ahNqSP4IOPGN3XQj08XNLeqUesH0/w=
codeberg.org/anaseto/goal v0.44.1-0.20241030090847-5b04f1cc2a18/go.mod h1:uSilOn+ZWioD+gG+3OopP090Fth5H47V/TU9ziI++CM=
github.com/apache/arrow/go/v17 v17.0.0 h1:RRR2bdqKcdbss9Gxy2NS/hK8i4LDMh23L6BbkN5+F54=
github.com/apache/arrow/go/v17 v17.0.0/go.mod h1:jR7QHkODl15PfYyjM2nU+yTLScZ/qfj7OSUZmJ8putc=
github.com/atotto/clipboard v0.1.4 h1:EH0zSVneZPSuFR11BlR9YppQTVDbh5+16AmcJi4g1z4=
Expand Down
2 changes: 1 addition & 1 deletion vendor-goal/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Vendored Goal Code from Goal Project

Pulled from Goal at Git commit: `ed11e68197578900a17f928afc3ccfc6bebe5557`
Pulled from Goal at Git commit: `5b04f1cc2a1827b9a149795cc7c37afeaf34a9d6`
2 changes: 1 addition & 1 deletion vendor-goal/os.goal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/ functions are only officially tested on Void Linux and OpenBSD.

/ GOALLIB is a file system value for env"GOALLIB" (at startup).
GOALLIB:{?["e"~@x;x;dirfs x]}@env"GOALLIB"
GOALLIB:{dirfs 'x}@env"GOALLIB"
/ PS represents the path separator.
PS:?["windows"~rt.get"os";"\\";"/"]
/ We define some common portable error messages as globals for convenience.
Expand Down
2 changes: 1 addition & 1 deletion vendored/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Vendored Go Code from Goal Project

Pulled from Goal at Git commit: `ed11e68197578900a17f928afc3ccfc6bebe5557`
Pulled from Goal at Git commit: `5b04f1cc2a1827b9a149795cc7c37afeaf34a9d6`
4 changes: 2 additions & 2 deletions vendored/help/help.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 905dd2e

Please sign in to comment.