Update Go version used for lint

pull/32/head
Tulir Asokan 2023-05-17 20:34:14 +03:00
parent cd4129784f
commit 3cc7ab4aef
1 changed files with 2 additions and 6 deletions

View File

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