Skip to content

Commit ff5a3bb

Browse files
committed
[circleci] Update tested Go versions to 1.19 & 1.20
1 parent 6e5a54b commit ff5a3bb

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.circleci/config.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
version: 2
22

33
jobs:
4-
"golang-1.16":
4+
"golang-1.19":
55
docker:
6-
- image: cimg/go:1.16
6+
- image: cimg/go:1.19
77
steps:
88
- checkout
99
- run: 'wget https://github.com/DataDog/zstd/files/2246767/mr.zip'
1010
- run: 'unzip mr.zip'
1111
- run: 'go build'
1212
- run: 'PAYLOAD=`pwd`/mr go test -v'
1313
- run: 'PAYLOAD=`pwd`/mr go test -bench .'
14-
"golang-1.16-external-libzstd":
14+
"golang-1.19-external-libzstd":
1515
docker:
16-
- image: cimg/go:1.16
16+
- image: cimg/go:1.19
1717
steps:
1818
- checkout
1919
- run: 'sudo apt update'
@@ -23,19 +23,19 @@ jobs:
2323
- run: 'go build'
2424
- run: 'PAYLOAD=`pwd`/mr go test -v'
2525
- run: 'PAYLOAD=`pwd`/mr go test -bench .'
26-
"golang-1.17":
26+
"golang-1.20":
2727
docker:
28-
- image: cimg/go:1.17
28+
- image: cimg/go:1.20
2929
steps:
3030
- checkout
3131
- run: 'wget https://github.com/DataDog/zstd/files/2246767/mr.zip'
3232
- run: 'unzip mr.zip'
3333
- run: 'go build'
3434
- run: 'PAYLOAD=`pwd`/mr go test -v'
3535
- run: 'PAYLOAD=`pwd`/mr go test -bench .'
36-
"golang-1.17-external-libzstd":
36+
"golang-1.20-external-libzstd":
3737
docker:
38-
- image: cimg/go:1.17
38+
- image: cimg/go:1.20
3939
steps:
4040
- checkout
4141
- run: 'sudo apt update'
@@ -100,10 +100,10 @@ workflows:
100100
version: 2
101101
build:
102102
jobs:
103-
- "golang-1.16"
104-
- "golang-1.16-external-libzstd"
105-
- "golang-1.17"
106-
- "golang-1.17-external-libzstd"
103+
- "golang-1.19"
104+
- "golang-1.19-external-libzstd"
105+
- "golang-1.20"
106+
- "golang-1.20-external-libzstd"
107107
- "golang-latest"
108108
- "golang-latest-external-libzstd"
109109
- "golang-efence"

0 commit comments

Comments
 (0)