Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shortstack authored Jan 6, 2025
1 parent ece0d7d commit 8664812
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:

build:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.20', '1.22.10', '1.23.4' ]
steps:
- uses: actions/checkout@v4

Expand All @@ -29,3 +32,9 @@ jobs:

- name: Build
run: go build -v nims-webhook.go

- name: Upload Go test results
uses: actions/upload-artifact@v4
with:
name: Go-results-${{ matrix.go-version }}
path: nims-webhook

0 comments on commit 8664812

Please sign in to comment.