Skip to content

Commit

Permalink
update github workflow to not run on windows latest
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Feb 13, 2024
1 parent c59e1e6 commit 1637012
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ jobs:
build:
runs-on:
- ubuntu-latest
- windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
go-version: '1.22.x'
- name: Install dependencies
run: go get .
- name: Build
Expand Down

0 comments on commit 1637012

Please sign in to comment.