Skip to content

Commit b6fc62f

Browse files
Update go versions used in workflow (#4278)
1 parent 7a8f53c commit b6fc62f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
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"
1818
jobs:
1919
lint:
2020
runs-on: ubuntu-latest
@@ -117,7 +117,7 @@ jobs:
117117
compatibility-test:
118118
strategy:
119119
matrix:
120-
go-version: ["1.21", "1.20", 1.19]
120+
go-version: ["~1.21.1", "~1.20.8", 1.19]
121121
os: [ubuntu-latest, macos-latest, windows-latest]
122122
# GitHub Actions does not support arm* architectures on default
123123
# runners. It is possible to acomplish this with a self-hosted runner

.github/workflows/create-dependabot-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Install Go
1111
uses: actions/setup-go@v4
1212
with:
13-
go-version: '1.21'
13+
go-version: '~1.21.1'
1414

1515
- uses: actions/checkout@v3
1616

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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:

0 commit comments

Comments
 (0)