Skip to content

Commit 8dc36dc

Browse files
committed
chore: use go1.18 with the previous version
1 parent 1e5cd60 commit 8dc36dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pr.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ jobs:
3434
- name: Install Go
3535
uses: actions/setup-go@v2
3636
with:
37-
go-version: 1.17 # TODO(ldez) the binary compiled with go1.17 doesn't work on go1.18
3837
# stable: 'false' # Keep this line to be able to use rc and beta version of Go (ex: 1.18.0-rc1).
39-
# go-version: ${{ env.GO_VERSION }} # TODO(ldez) the binary compiled with go1.17 doesn't work on go1.18
38+
go-version: ${{ env.GO_VERSION }}
4039
- name: lint
4140
uses: golangci/[email protected]
4241
with:

0 commit comments

Comments
 (0)