Skip to content

Commit

Permalink
go-client v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stfnmllr committed Feb 6, 2023
1 parent 7266b3a commit 77fb281
Show file tree
Hide file tree
Showing 13 changed files with 526 additions and 334 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: '1.20'

- run: |
go install golang.org/x/lint/golint@latest
Expand All @@ -25,7 +25,7 @@ jobs:
matrix:
goos: [linux]
goarch: [amd64, arm, arm64]
go: ['1.19']
go: ['1.20']
fail-fast: false

name: Go ${{ matrix.go }} ${{ matrix.goos }} ${{ matrix.goarch }} build
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
go: ['1.19']
go: ['1.20']
fail-fast: false

name: Go ${{ matrix.go }} macOS
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
go: ['1.19']
go: ['1.20']
fail-fast: false

name: Go ${{ matrix.go }} Windows
Expand Down
Loading

0 comments on commit 77fb281

Please sign in to comment.