File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ version: 2.1
55jobs :
66 build :
77 machine :
8- image : ubuntu-2004:202201-02
8+ image : ubuntu-2204:current
99 environment :
1010 ENV : CI
1111 GO111MODULE : " on"
@@ -14,29 +14,13 @@ jobs:
1414 INFLUXDB2_ONBOARDING_URL : " http://localhost:8089"
1515 steps :
1616 - checkout
17- # - run:
18- # name: check tidy
19- # command: |
20- # go mod tidy
21- # if ! git --no-pager diff --exit-code -- go.mod go.sum; then
22- # echo modules are not tidy, please run 'go mod tidy'
23- # exit 1
24- # fi
25- # - run:
26- # name: check go fmt
27- # command: |
28- # go fmt
29- # if ! git --no-pager diff --exit-code -- go.mod go.sum; then
30- # echo modules are not tidy, please run 'go fmt ./...'
31- # exit 1
32- # fi
3317 - run :
3418 name : " Create a temp directory for artifacts"
3519 command : |
3620 mkdir -p /tmp/artifacts
3721 mkdir -p /tmp/test-results
3822 - run : sudo rm -rf /usr/local/go
39- - run : wget https://golang.org/dl/go1.20.1 .linux-amd64.tar.gz -O /tmp/go.tgz
23+ - run : wget https://golang.org/dl/go1.22.2 .linux-amd64.tar.gz -O /tmp/go.tgz
4024 - run : sudo tar -C /usr/local -xzf /tmp/go.tgz
4125 - run : go version
4226 - run : go get -v -t -d ./...
Original file line number Diff line number Diff line change 11## 2.15.0 [ unreleased]
22
3+ ### CI
4+
5+ - [ #416 ] ( https://github.com/influxdata/influxdb-client-go/pull/416 ) Update CircleCi machine image to ` ubuntu-2204:current `
6+
37## 2.14.0 [ 2024-08-12]
48
59### Features
You can’t perform that action at this time.
0 commit comments