File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3333 - name : Set up Golang
3434 uses : actions/setup-go@v3
3535 with :
36- go-version : ' 1.19 '
36+ go-version : ' 1.20 '
3737
3838 - name : Test
3939 run : go test -v -p 1 -parallel 1 -failfast ./...
8080 - name : Set up Golang
8181 uses : actions/setup-go@v3
8282 with :
83- go-version : ' 1.19 '
83+ go-version : ' 1.20 '
8484
8585 - name : Test
8686 run : go test -v -p 1 -parallel 1 -failfast ./...
@@ -113,7 +113,7 @@ jobs:
113113 - name : Set up Golang
114114 uses : actions/setup-go@v3
115115 with :
116- go-version : ' 1.19 '
116+ go-version : ' 1.20 '
117117
118118 - name : Get dependencies
119119 run : |
Original file line number Diff line number Diff line change 2424 - name : Set up Golang
2525 uses : actions/setup-go@v3
2626 with :
27- go-version : ' 1.19 '
27+ go-version : ' 1.20 '
2828
2929 # despite the fact docker will build binary internally
3030 # we want to stop workflow in case of any error before pushing to registry
Original file line number Diff line number Diff line change 1414 - name : Set up Golang
1515 uses : actions/setup-go@v3
1616 with :
17- go-version : ' 1.19 '
17+ go-version : ' 1.20 '
1818
1919 - name : Check out code into the Go module directory
2020 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 11module github.com/cybertec-postgresql/pg_timetable
22
3- go 1.19
3+ go 1.20
44
55require (
66 github.com/cavaliercoder/grab v2.0.0+incompatible
You can’t perform that action at this time.
0 commit comments