~sbinet/star-tex

411466ae15e24465d6156aacb6ad70a5cdfb7dc6 — Sebastien Binet 1 year, 7 months ago 93b33b7
all: bump Go-1.19

Signed-off-by: Sebastien Binet <binet@cern.ch>
3 files changed, 5 insertions(+), 5 deletions(-)

M .builds/freebsd.yml
M .builds/linux.yml
M go.mod
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"