Skip to content

Commit 905dd2e

Browse files
committed
Upgrade Go and Goal
Goal now requires 1.22 so we will, too.
1 parent 3580068 commit 905dd2e

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
module github.com/semperos/ari
22

3-
go 1.21
3+
go 1.22
44

5-
toolchain go1.22.0
5+
toolchain go1.22.7
66

77
require (
8-
codeberg.org/anaseto/goal v0.44.1-0.20241023153331-ed11e6819757
8+
codeberg.org/anaseto/goal v0.44.1-0.20241030090847-5b04f1cc2a18
99
github.com/charmbracelet/lipgloss v0.13.1
1010
github.com/go-resty/resty/v2 v2.15.3
1111
github.com/jarcoal/httpmock v1.3.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
codeberg.org/anaseto/goal v0.44.1-0.20241023153331-ed11e6819757 h1:6Pw/aGY5E458q2RoDLyNWCALOi20JArr1Dl3xrmR+mE=
2-
codeberg.org/anaseto/goal v0.44.1-0.20241023153331-ed11e6819757/go.mod h1:oipi4mkQiwXW9Td2IxNhuMV0Ewq4obs6EvkqpyZ6qMs=
1+
codeberg.org/anaseto/goal v0.44.1-0.20241030090847-5b04f1cc2a18 h1:FnG1u/we4Drd9ahNqSP4IOPGN3XQj08XNLeqUesH0/w=
2+
codeberg.org/anaseto/goal v0.44.1-0.20241030090847-5b04f1cc2a18/go.mod h1:uSilOn+ZWioD+gG+3OopP090Fth5H47V/TU9ziI++CM=
33
github.com/apache/arrow/go/v17 v17.0.0 h1:RRR2bdqKcdbss9Gxy2NS/hK8i4LDMh23L6BbkN5+F54=
44
github.com/apache/arrow/go/v17 v17.0.0/go.mod h1:jR7QHkODl15PfYyjM2nU+yTLScZ/qfj7OSUZmJ8putc=
55
github.com/atotto/clipboard v0.1.4 h1:EH0zSVneZPSuFR11BlR9YppQTVDbh5+16AmcJi4g1z4=

vendor-goal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Vendored Goal Code from Goal Project
22

3-
Pulled from Goal at Git commit: `ed11e68197578900a17f928afc3ccfc6bebe5557`
3+
Pulled from Goal at Git commit: `5b04f1cc2a1827b9a149795cc7c37afeaf34a9d6`

vendor-goal/os.goal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/ functions are only officially tested on Void Linux and OpenBSD.
55

66
/ GOALLIB is a file system value for env"GOALLIB" (at startup).
7-
GOALLIB:{?["e"~@x;x;dirfs x]}@env"GOALLIB"
7+
GOALLIB:{dirfs 'x}@env"GOALLIB"
88
/ PS represents the path separator.
99
PS:?["windows"~rt.get"os";"\\";"/"]
1010
/ We define some common portable error messages as globals for convenience.

vendored/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Vendored Go Code from Goal Project
22

3-
Pulled from Goal at Git commit: `ed11e68197578900a17f928afc3ccfc6bebe5557`
3+
Pulled from Goal at Git commit: `5b04f1cc2a1827b9a149795cc7c37afeaf34a9d6`

vendored/help/help.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)