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 14
14
# backwards compatibility with the previous two minor releases and we
15
15
# explicitly test our code for these versions so keeping this at prior
16
16
# versions does not add value.
17
- DEFAULT_GO_VERSION : " 1.21"
17
+ DEFAULT_GO_VERSION : " ~ 1.21.1 "
18
18
jobs :
19
19
lint :
20
20
runs-on : ubuntu-latest
@@ -117,7 +117,7 @@ jobs:
117
117
compatibility-test :
118
118
strategy :
119
119
matrix :
120
- go-version : ["1.21", "1.20", 1.19]
120
+ go-version : ["~ 1.21.1 ", "~ 1.20.8 ", 1.19]
121
121
os : [ubuntu-latest, macos-latest, windows-latest]
122
122
# GitHub Actions does not support arm* architectures on default
123
123
# runners. It is possible to acomplish this with a self-hosted runner
Original file line number Diff line number Diff line change 10
10
- name : Install Go
11
11
uses : actions/setup-go@v4
12
12
with :
13
- go-version : ' 1.21'
13
+ go-version : ' ~ 1.21.1 '
14
14
15
15
- uses : actions/checkout@v3
16
16
Original file line number Diff line number Diff line change 13
13
ref : ${{ github.head_ref }}
14
14
- uses : actions/setup-go@v4
15
15
with :
16
- go-version : ' ^1.21.0 '
16
+ go-version : ' ^1.21.1 '
17
17
- uses : evantorrie/mott-the-tidier@v1-beta
18
18
id : modtidy
19
19
with :
You can’t perform that action at this time.
0 commit comments