File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44 branches :
55 - main
66env :
7- DEFAULT_GO_VERSION : " 1.21"
7+ DEFAULT_GO_VERSION : " ~ 1.21.1 "
88jobs :
99 benchmark :
1010 name : Benchmarks
Original file line number Diff line number Diff line change 1414 # backwards compatibility with the previous two minor releases and we
1515 # explicitly test our code for these versions so keeping this at prior
1616 # versions does not add value.
17- DEFAULT_GO_VERSION : " 1.21"
17+ DEFAULT_GO_VERSION : " ~ 1.21.1 "
1818jobs :
1919 lint :
2020 runs-on : ubuntu-latest
9999 compatibility-test :
100100 strategy :
101101 matrix :
102- go-version : ["1.21", "1.20", 1.19]
102+ go-version : ["~ 1.21.1 ", "~ 1.20.8 ", 1.19]
103103 os : [ubuntu-latest, macos-latest, windows-latest]
104104 # GitHub Actions does not support arm* architectures on default
105105 # runners. It is possible to accomplish this with a self-hosted runner
Original file line number Diff line number Diff line change 1313 ref : ${{ github.head_ref }}
1414 - uses : actions/setup-go@v4
1515 with :
16- go-version : ' ^1.21.0 '
16+ go-version : ' ^1.21.1 '
1717 - uses : evantorrie/mott-the-tidier@v1-beta
1818 id : modtidy
1919 with :
You can’t perform that action at this time.
0 commit comments