Update actions and run on both supported Go versions

[skip cd]
This commit is contained in:
Tulir Asokan 2023-12-28 17:03:21 +01:00
parent 7b3990dab9
commit cb6afe2e82
1 changed files with 9 additions and 3 deletions

View File

@ -5,13 +5,19 @@ on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
go-version: ["1.20", "1.21"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: ${{ matrix.go-version }}
cache: true
- name: Install libolm
run: sudo apt-get install libolm-dev libolm3