This repository was archived by the owner on Oct 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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 :
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
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
Original file line number Diff line number Diff line change 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
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
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
Original file line number Diff line number Diff line change 11module github.com/flyteorg/flytestdlib
22
3- go 1.18
3+ go 1.19
44
55require (
66 github.com/aws/aws-sdk-go v1.44.2
You can’t perform that action at this time.
0 commit comments