File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v3
1515 - uses : actions/setup-go@v4
1616 with :
17- go-version : ' 1.19 ' # The Go version to download (if necessary) and use.
17+ go-version : ' 1.20 ' # The Go version to download (if necessary) and use.
1818 - uses : actions/cache@v3
1919 with :
2020 # In order:
Original file line number Diff line number Diff line change 3737 uses : actions/checkout@v3
3838 - uses : actions/setup-go@v4
3939 with :
40- go-version : ' 1.19 ' # The Go version to download (if necessary) and use.
40+ go-version : ' 1.20 ' # The Go version to download (if necessary) and use.
4141 - uses : actions/cache@v3
4242 with :
4343 # In order:
Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v3
1515 - uses : actions/setup-go@v4
1616 with :
17- go-version : ' 1.19 ' # The Go version to download (if necessary) and use.
17+ go-version : ' 1.20 ' # The Go version to download (if necessary) and use.
1818 - uses : actions/cache@v3
1919 with :
2020 # In order:
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ linters-settings:
1313 # - github.com/sirupsen/logrus: "logging is allowed only by logutils.Log"
1414 staticcheck :
1515 # Select the Go version to target. The default is '1.13'.
16- go : " 1.19 "
16+ go : " 1.20 "
1717 dupl :
1818 threshold : 100
1919 funlen :
Original file line number Diff line number Diff line change 11module github.com/xyaren/arcdps-log-uploader
22
3- go 1.19
3+ go 1.20
44
55require (
66 github.com/blang/semver/v4 v4.0.0
You can’t perform that action at this time.
0 commit comments