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

Commit

Permalink
Bump go version to 1.19 (#90)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
hamersaw committed Feb 7, 2023
1 parent 24d8aba commit b526b0c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 305 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
name: Lint
uses: flyteorg/flytetools/.github/workflows/lint.yml@master
with:
go-version: "1.18"
go-version: "1.19"

tests:
name: Unit Tests
uses: flyteorg/flytetools/.github/workflows/tests.yml@master
with:
go-version: "1.18"
go-version: "1.19"
secrets:
FLYTE_BOT_PAT: ${{ secrets.FLYTE_BOT_PAT }}

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

bump_version:
name: Bump Version
Expand All @@ -49,7 +49,7 @@ jobs:
secrets:
FLYTE_BOT_PAT: ${{ secrets.FLYTE_BOT_PAT }}
with:
go-version: "1.18"
go-version: "1.19"

push_docker_image:
name: Build & Push Datacatalog Image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade_automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
uses: flyteorg/flytetools/.github/workflows/flyte_automation.yml@master
with:
component: ${{ github.event.inputs.component }}
go-version: "1.18"
go-version: "1.19"
secrets:
FLYTE_BOT_PAT: ${{ secrets.FLYTE_BOT_PAT }}
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module github.com/flyteorg/datacatalog

go 1.18
go 1.19

require (
github.com/Selvatico/go-mocket v1.0.7
github.com/flyteorg/flyteidl v1.2.3
github.com/flyteorg/flytestdlib v1.0.11
github.com/flyteorg/flyteidl v1.3.6
github.com/flyteorg/flytestdlib v1.0.15
github.com/golang/glog v1.0.0
github.com/golang/protobuf v1.5.2
github.com/jackc/pgconn v1.10.1
Expand Down
Loading

0 comments on commit b526b0c

Please sign in to comment.