Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Russ Egan committed Mar 14, 2024
1 parent 55c0873 commit 3f5af7d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.15', '1.16']
go: ['1.18', 'stable']
name: Build with go version ${{ matrix.go }}

steps:
- uses: actions/setup-go@v2
- uses: actions/setup-go@v5
with:
check-latest: true
go-version: ${{ matrix.go }}
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build
run: |
export PATH=$PATH:$GOPATH/bin
Expand Down

0 comments on commit 3f5af7d

Please sign in to comment.