Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed Aug 17, 2023
1 parent 5ed1b24 commit 593cb06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-20.04, macos-11, windows-2022 ] # list of os: https://github.com/actions/virtual-environments
go: ['1.20', '1.21']
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -33,7 +34,7 @@ jobs:
fetch-depth: 0 # fetch git tags for "git describe"
- uses: actions/setup-go@v4
with:
go-version: '1.19'
go-version: ${{ matrix.go }}

- name: Install deps
if: matrix.os == 'ubuntu-20.04'
Expand Down

0 comments on commit 593cb06

Please sign in to comment.