Skip to content

Commit

Permalink
Use Golang 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
edigaryev committed Jun 7, 2023
1 parent 7df4ac1 commit 3f03df1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ docker_builder:
name: Test (Linux with Docker)
alias: Tests
test_script:
- wget --no-verbose -O - https://golang.org/dl/go1.19.2.linux-amd64.tar.gz | tar -C /usr/local -xz
- wget --no-verbose -O - https://go.dev/dl/go1.20.5.linux-amd64.tar.gz | tar -C /usr/local -xz
- export PATH=$PATH:/usr/local/go/bin
- go test ./...
env:
Expand All @@ -22,7 +22,7 @@ docker_builder:
run_podman_background_script:
- podman system service -t 0 unix:///tmp/podman.sock
test_script:
- wget --no-verbose -O - https://golang.org/dl/go1.19.2.linux-amd64.tar.gz | tar -C /usr/local -xz
- wget --no-verbose -O - https://go.dev/dl/go1.20.5.linux-amd64.tar.gz | tar -C /usr/local -xz
- export PATH=$PATH:/usr/local/go/bin
- go test ./...
env:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/cirruslabs/cirrus-cli

go 1.19
go 1.20

require (
github.com/PaesslerAG/gval v1.2.2
Expand Down

0 comments on commit 3f03df1

Please sign in to comment.