Skip to content

Commit

Permalink
Bumping go version to 1.19 (flyteorg#384)
Browse files Browse the repository at this point in the history
* bumping go version to 1.19

Signed-off-by: Daniel Rammer <[email protected]>

* update flyte deps

Signed-off-by: Daniel Rammer <[email protected]>

* fixed go generate

Signed-off-by: Daniel Rammer <[email protected]>

* removed dependency upgrades

Signed-off-by: Daniel Rammer <[email protected]>

---------

Signed-off-by: Daniel Rammer <[email protected]>
  • Loading branch information
hamersaw authored and robert-ulbrich-mercedes-benz committed Jul 2, 2024
1 parent 834bd8e commit e684a53
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
12 changes: 6 additions & 6 deletions flytectl/.github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@ 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
secrets:
FLYTE_BOT_PAT: ${{ secrets.FLYTE_BOT_PAT }}
with:
go-version: 1.18
go-version: 1.19

generate:
name: Check Go Gennerate
uses: flyteorg/flytetools/.github/workflows/go_generate.yml@master
with:
go-version: 1.18
go-version: 1.19

dry_run_goreleaser:
name: Dry Run Goreleaser
Expand All @@ -52,7 +52,7 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('go.sum') }}
- uses: actions/setup-go@v3
with:
go-version: '1.18'
go-version: '1.19'
- name: Run GoReleaser dry run
uses: goreleaser/goreleaser-action@v2
with:
Expand All @@ -74,7 +74,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.19
- name: Build Flytectl binary
run: make compile
- name: Create a sandbox cluster
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
lfs: true
- uses: actions/setup-go@v1
with:
go-version: '1.18'
go-version: '1.19'
- uses: actions/setup-python@v1
with:
python-version: 3.8
Expand Down
2 changes: 1 addition & 1 deletion flytectl/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/flyteorg/flytectl

go 1.18
go 1.19

require (
github.com/awalterschulze/gographviz v2.0.3+incompatible
Expand Down
1 change: 0 additions & 1 deletion flytectl/pkg/docker/imagepullpolicy_enumer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion flytectl/pkg/printer/outputformat_enumer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e684a53

Please sign in to comment.