Skip to content
Snippets Groups Projects
Commit 9f64ce54 authored by Tim Liu's avatar Tim Liu
Browse files

remove go 1.17 in workflows

parent df9cb6f5
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.17', '1.18' ]
go: [ '1.18' ]
steps:
- uses: actions/checkout@v3
......
......@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.17', '1.18' ]
go: [ '1.18' ]
steps:
- name: Set up Go
uses: actions/setup-go@v3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment