Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit f95d2ec

Browse files
authored
PMM-7902 Update Go version to 1.16. (#138)
1 parent d73f4b9 commit f95d2ec

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
go-version:
20-
- 1.15.x
20+
- 1.16.x
2121
os: [ubuntu-latest]
2222
may-fail: [false]
2323
include:
@@ -130,7 +130,7 @@ jobs:
130130
fail-fast: false
131131
matrix:
132132
go-version:
133-
- 1.15.x
133+
- 1.16.x
134134
os: [ubuntu-latest]
135135
may-fail: [false]
136136

.github/workflows/clean.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
go-version:
17-
- 1.15.x
17+
- 1.16.x
1818
os: [ubuntu-latest]
1919
may-fail: [false]
2020
include:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/percona-platform/dbaas-api
22

3-
go 1.15
3+
go 1.16
44

55
// some dependecies should be synced with Dockerfile
66

tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/percona-platform/dbaas-api/tools
22

3-
go 1.15
3+
go 1.16
44

55
// some dependecies should be synced with Dockerfile
66

0 commit comments

Comments
 (0)