File tree 2 files changed +6
-18
lines changed
2 files changed +6
-18
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ version: 2.1
5
5
jobs :
6
6
build :
7
7
machine :
8
- image : ubuntu-2004:202201-02
8
+ image : ubuntu-2204:current
9
9
environment :
10
10
ENV : CI
11
11
GO111MODULE : " on"
@@ -14,29 +14,13 @@ jobs:
14
14
INFLUXDB2_ONBOARDING_URL : " http://localhost:8089"
15
15
steps :
16
16
- 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
33
17
- run :
34
18
name : " Create a temp directory for artifacts"
35
19
command : |
36
20
mkdir -p /tmp/artifacts
37
21
mkdir -p /tmp/test-results
38
22
- 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
40
24
- run : sudo tar -C /usr/local -xzf /tmp/go.tgz
41
25
- run : go version
42
26
- run : go get -v -t -d ./...
Original file line number Diff line number Diff line change 1
1
## 2.15.0 [ unreleased]
2
2
3
+ ### CI
4
+
5
+ - [ #416 ] ( https://github.com/influxdata/influxdb-client-go/pull/416 ) Update CircleCi machine image to ` ubuntu-2204:current `
6
+
3
7
## 2.14.0 [ 2024-08-12]
4
8
5
9
### Features
You can’t perform that action at this time.
0 commit comments