Skip to content

Commit

Permalink
update github workflows to supported Go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
extemporalgenome committed Jul 16, 2023
1 parent bf40e29 commit c12ce00
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
---
name: Test
on:
- pull_request
- pull_request

jobs:
test:
strategy:
matrix:
go:
- '1.17.x'
- '1.18.x'
- '1.19.x'
- '1.20.x'
label:
- [self-hosted, linux, arm64, segment]
- ubuntu-latest
- [self-hosted, linux, arm64, segment]
- ubuntu-latest

runs-on: ${{ matrix.label }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2

- name: Setup Go ${{ matrix.go }}
- name: Setup Go ${{ matrix.go }}
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
Expand Down

0 comments on commit c12ce00

Please sign in to comment.