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

Commit b526b0c

Browse files
authored
Bump go version to 1.19 (#90)
* bump go version to 1.19 Signed-off-by: Daniel Rammer <[email protected]> * bumped flyteidl and flytestdlib Signed-off-by: Daniel Rammer <[email protected]> --------- Signed-off-by: Daniel Rammer <[email protected]>
1 parent 24d8aba commit b526b0c

File tree

4 files changed

+15
-305
lines changed

4 files changed

+15
-305
lines changed

.github/workflows/checks.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
name: Lint
1515
uses: flyteorg/flytetools/.github/workflows/lint.yml@master
1616
with:
17-
go-version: "1.18"
17+
go-version: "1.19"
1818

1919
tests:
2020
name: Unit Tests
2121
uses: flyteorg/flytetools/.github/workflows/tests.yml@master
2222
with:
23-
go-version: "1.18"
23+
go-version: "1.19"
2424
secrets:
2525
FLYTE_BOT_PAT: ${{ secrets.FLYTE_BOT_PAT }}
2626

@@ -32,7 +32,7 @@ jobs:
3232
name: Check Go Gennerate
3333
uses: flyteorg/flytetools/.github/workflows/go_generate.yml@master
3434
with:
35-
go-version: "1.18"
35+
go-version: "1.19"
3636

3737
bump_version:
3838
name: Bump Version
@@ -49,7 +49,7 @@ jobs:
4949
secrets:
5050
FLYTE_BOT_PAT: ${{ secrets.FLYTE_BOT_PAT }}
5151
with:
52-
go-version: "1.18"
52+
go-version: "1.19"
5353

5454
push_docker_image:
5555
name: Build & Push Datacatalog Image

.github/workflows/upgrade_automation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
uses: flyteorg/flytetools/.github/workflows/flyte_automation.yml@master
1717
with:
1818
component: ${{ github.event.inputs.component }}
19-
go-version: "1.18"
19+
go-version: "1.19"
2020
secrets:
2121
FLYTE_BOT_PAT: ${{ secrets.FLYTE_BOT_PAT }}

go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
module github.com/flyteorg/datacatalog
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/Selvatico/go-mocket v1.0.7
7-
github.com/flyteorg/flyteidl v1.2.3
8-
github.com/flyteorg/flytestdlib v1.0.11
7+
github.com/flyteorg/flyteidl v1.3.6
8+
github.com/flyteorg/flytestdlib v1.0.15
99
github.com/golang/glog v1.0.0
1010
github.com/golang/protobuf v1.5.2
1111
github.com/jackc/pgconn v1.10.1

0 commit comments

Comments
 (0)