Skip to content

Commit

Permalink
ci: fix go version in actions
Browse files Browse the repository at this point in the history
e230e5bb9edc5dcd1d28560ff6ba995340283ed8
  • Loading branch information
kabachook committed Feb 22, 2024
1 parent a3d248f commit 7cefd2d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:

- name: Setup Go 1.x
uses: actions/setup-go@v4
with:
go-version-file: go.mod

- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:

- name: Setup Go 1.x
uses: actions/setup-go@v4
with:
go-version-file: go.mod

- name: Install GoReleaser & publish
uses: goreleaser/goreleaser-action@v5
Expand Down
7 changes: 0 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,3 @@ lint:
# All gen targets
.PHONY: gen
gen: gen-docs


# Integration tests helpers

.PHONY: start-source
start-source: build
./yc serve --log-level debug
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/yandex-cloud/cq-source-yc

go 1.21.5

toolchain go1.21.6

require (
github.com/apache/arrow/go/v15 v15.0.0-20240118114426-a2aa1c4122fc
github.com/aws/smithy-go v1.19.0
Expand Down

0 comments on commit 7cefd2d

Please sign in to comment.