Skip to content

Commit

Permalink
[wip] - Use go version from go.mod files in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario committed Sep 10, 2024
1 parent 86c63f7 commit 2eb3941
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ inputs.go-version }}
go-version-file: ${{ inputs.component }}/go.mod
- name: Lint
run: make install && make lint
2 changes: 1 addition & 1 deletion flyteadmin/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/flyteorg/flyte/flyteadmin

go 1.22
go 1.23

require (
cloud.google.com/go/iam v1.1.5
Expand Down

0 comments on commit 2eb3941

Please sign in to comment.