Skip to content

Commit

Permalink
fixing yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dvsekhvalnov committed Apr 19, 2024
1 parent 1a4ba55 commit f31cfc6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ on:
jobs:

build-and-test:
runs-on: ${{ matrix.os}}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
version: ['1.20']
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
version: ['1.20']
steps:
- name: Checkout library sources
- name: Checkout library sources
uses: actions/checkout@v3

- name: Set up Go
Expand Down

0 comments on commit f31cfc6

Please sign in to comment.