Skip to content

Commit

Permalink
Updated Go version and GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
careyjames committed Oct 10, 2023
1 parent 5dcc304 commit 769d3bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ on:
branches: [ "main" ]

jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]

build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 769d3bb

Please sign in to comment.