Skip to content

Commit 77ac36a

Browse files
authored
Bump Go compiler in CI to 1.17.6 (#3516)
1 parent 5cb41b4 commit 77ac36a

14 files changed

+14
-14
lines changed

.github/workflows/ci-all-in-one-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
2222
- uses: actions/setup-go@v2
2323
with:
24-
go-version: ^1.17
24+
go-version: ^1.17.6
2525

2626
- uses: actions/[email protected]
2727
with:

.github/workflows/ci-build-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- uses: actions/setup-go@v2
4141
with:
42-
go-version: ^1.17
42+
go-version: ^1.17.6
4343

4444
- name: Export BRANCH variable
4545
uses: ./.github/actions/setup-branch

.github/workflows/ci-cassandra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- uses: actions/setup-go@v2
2929
with:
30-
go-version: ^1.17
30+
go-version: ^1.17.6
3131

3232
- name: Run cassandra integration tests
3333
run: bash scripts/cassandra-integration-test.sh ${{ matrix.version.image }} ${{ matrix.version.schema }}

.github/workflows/ci-crossdock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
2828
- uses: actions/setup-go@v2
2929
with:
30-
go-version: ^1.17
30+
go-version: ^1.17.6
3131

3232
- name: Export BRANCH variable
3333
uses: ./.github/actions/setup-branch

.github/workflows/ci-docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
2323
- uses: actions/setup-go@v2
2424
with:
25-
go-version: ^1.17
25+
go-version: ^1.17.6
2626

2727
- uses: actions/[email protected]
2828
with:

.github/workflows/ci-elasticsearch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- uses: actions/setup-go@v2
3636
with:
37-
go-version: ^1.17
37+
go-version: ^1.17.6
3838

3939
- name: Install tools
4040
run: make install-ci

.github/workflows/ci-grpc-badger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: actions/setup-go@v2
1717
with:
18-
go-version: ^1.17
18+
go-version: ^1.17.6
1919

2020
- name: Run Badger storage integration tests
2121
run: make badger-storage-integration-test

.github/workflows/ci-hotrod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
2222
- uses: actions/setup-go@v2
2323
with:
24-
go-version: ^1.17
24+
go-version: ^1.17.6
2525

2626
- name: Export BRANCH variable
2727
uses: ./.github/actions/setup-branch

.github/workflows/ci-kafka.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: actions/setup-go@v2
1717
with:
18-
go-version: ^1.17
18+
go-version: ^1.17.6
1919

2020
- name: Run kafka integration tests
2121
run: bash scripts/kafka-integration-test.sh

.github/workflows/ci-opensearch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
2929
- uses: actions/setup-go@v2
3030
with:
31-
go-version: ^1.17
31+
go-version: ^1.17.6
3232

3333
- name: Install tools
3434
run: make install-ci

0 commit comments

Comments
 (0)