M .builds/freebsd.yml => .builds/freebsd.yml +2 -2
@@ 7,9 7,9 @@ environment:
GOFLAGS: -mod=readonly
PATH: /home/build/sdk/go/bin:/bin:/usr/local/bin:/usr/bin
tasks:
- - install_go1_18: |
+ - install_go1_19: |
mkdir -p /home/build/sdk
- curl -L https://golang.org/dl/go1.18.freebsd-amd64.tar.gz | tar -C /home/build/sdk -xzf -
+ curl -L https://golang.org/dl/go1.19.8.freebsd-amd64.tar.gz | tar -C /home/build/sdk -xzf -
- test_project: |
cd star-tex
go test ./...
M .builds/linux.yml => .builds/linux.yml +2 -2
@@ 10,9 10,9 @@ environment:
GOFLAGS: -mod=readonly
PATH: /home/build/sdk/go/bin:/usr/bin:/home/build/go/bin
tasks:
- - install_go1_18: |
+ - install_go1_19: |
mkdir -p /home/build/sdk
- curl -L https://golang.org/dl/go1.18.linux-amd64.tar.gz | tar -C /home/build/sdk -xzf -
+ curl -L https://golang.org/dl/go1.19.8.linux-amd64.tar.gz | tar -C /home/build/sdk -xzf -
- test_linux: |
cd star-tex
go test -race ./...
M go.mod => go.mod +1 -1
@@ 1,6 1,6 @@
module star-tex.org/x/tex
-go 1.18
+go 1.19
retract (
// v0.3.0 had commits missing "sign-off"