Skip to content

Commit

Permalink
auto: sync upstream / update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
paepckehh committed May 14, 2024
1 parent 9b83488 commit adf8288
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
name: golang
on:
push:
branches: [ main ]
branches: [main]
pull_request:
branches: [ main ]
branches: [main]
jobs:
build:
strategy:
matrix:
go-version: ['1.21']
go-version: 1.21
os: [ubuntu-latest, macos-latest, windows-latest]
env:
CGO_ENABLED: 0
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
check-latest: true
- uses: actions/checkout@v3
- run: go build ./...
- run: go vet ./...
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
check-latest: true
- uses: actions/checkout@v3
- run: go build ./...
- run: go vet ./...

0 comments on commit adf8288

Please sign in to comment.