Skip to content

Commit c233490

Browse files
authored
chore : bump golang version to 1.18 (#61)
1 parent df7620b commit c233490

File tree

4 files changed

+3
-1142
lines changed

4 files changed

+3
-1142
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v2
1919
with:
20-
go-version: '1.17'
20+
go-version: '1.18'
2121
- name: Run GoReleaser for branch [Main]
2222
uses: goreleaser/goreleaser-action@v2.6.1
2323
with:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v2
1919
with:
20-
go-version: '1.17'
20+
go-version: '1.18'
2121
- name: Login to DockerHub
2222
uses: docker/login-action@v1
2323
with:

task/bq2bq/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/odpf/transformers/task/bq2bq
22

3-
go 1.17
3+
go 1.18
44

55
require (
66
cloud.google.com/go/bigquery v1.31.0

0 commit comments

Comments
 (0)