Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit 82d114b

Browse files
authored
bumping go version to 1.19 (#150)
Signed-off-by: Daniel Rammer <[email protected]>
1 parent 80d1624 commit 82d114b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/master.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Go
3636
uses: actions/setup-go@v2
3737
with:
38-
go-version: '1.18'
38+
go-version: '1.19'
3939
- name: Run GoReleaser
4040
uses: goreleaser/goreleaser-action@v2
4141
with:
@@ -54,7 +54,7 @@ jobs:
5454
fetch-depth: "0"
5555
- uses: actions/setup-go@v2
5656
with:
57-
go-version: '1.18'
57+
go-version: '1.19'
5858
- name: Unit Tests
5959
run: make mod_download && make test_unit_codecov
6060
- name: Push CodeCov
@@ -65,7 +65,7 @@ jobs:
6565
fail_ci_if_error: false
6666
- uses: actions/setup-go@v2
6767
with:
68-
go-version: '1.18'
68+
go-version: '1.19'
6969
- name: Lint
7070
run: make install && make lint
7171
- name: Bench tests

.github/workflows/pull_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fetch-depth: "0"
1414
- uses: actions/setup-go@v2
1515
with:
16-
go-version: '1.18'
16+
go-version: '1.19'
1717
- name: Unit Tests
1818
run: make mod_download && make test_unit_codecov
1919
- name: Push CodeCov
@@ -28,7 +28,7 @@ jobs:
2828
name: Lint
2929
uses: flyteorg/flytetools/.github/workflows/lint.yml@master
3030
with:
31-
go-version: '1.18'
31+
go-version: '1.19'
3232
test-generate-integrity:
3333
name: Ensure go generate has run
3434
runs-on: ubuntu-latest
@@ -39,7 +39,7 @@ jobs:
3939
fetch-depth: "0"
4040
- uses: actions/setup-go@v2
4141
with:
42-
go-version: '1.18'
42+
go-version: '1.19'
4343
- name: Go generate and diff
4444
run: DELTA_CHECK=true make generate
4545

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/flyteorg/flytestdlib
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/aws/aws-sdk-go v1.44.2

0 commit comments

Comments
 (0)