Skip to content

Commit

Permalink
chore : bump golang version to 1.18 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
smarchint committed Nov 29, 2022
1 parent df7620b commit c233490
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1,142 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.17'
go-version: '1.18'
- name: Run GoReleaser for branch [Main]
uses: goreleaser/goreleaser-action@v2.6.1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.17'
go-version: '1.18'
- name: Login to DockerHub
uses: docker/login-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion task/bq2bq/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/odpf/transformers/task/bq2bq

go 1.17
go 1.18

require (
cloud.google.com/go/bigquery v1.31.0
Expand Down
Loading

0 comments on commit c233490

Please sign in to comment.