Skip to content

Commit 6150888

Browse files
committed
chore: updated to go 1.21.1
1 parent 63e72a6 commit 6150888

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/go-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v2
1919
with:
20-
go-version: 1.20.3
20+
go-version: 1.21.1
2121

2222
- name: Build
2323
run: go build -v ./...

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Go
2424
uses: actions/setup-go@v4
2525
with:
26-
go-version: 1.20.3
26+
go-version: 1.21.1
2727

2828
- name: Install cross-compile package
2929
run: |

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/vfoucault/vault-plugin-database-clickhouse
22

3-
go 1.20
3+
go 1.21.1
44

55
require (
66
github.com/ClickHouse/clickhouse-go/v2 v2.8.3

0 commit comments

Comments
 (0)