Skip to content

Commit

Permalink
chore: Update .github/workflows/go.yml
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli
  • Loading branch information
andrewkroh committed Aug 18, 2024
1 parent acfad2a commit 2c3a6bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22.x'
go-version: '1.23.x'

- name: cross build with goreleaser
uses: goreleaser/goreleaser-action@v6
Expand All @@ -48,7 +48,7 @@ jobs:
- name: set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22.x'
go-version: '1.23.x'

- name: go test
run: go test -timeout 15m ./...

0 comments on commit 2c3a6bd

Please sign in to comment.