Skip to content

Commit

Permalink
Merge pull request #28 from tilezen/iandees-patch-1
Browse files Browse the repository at this point in the history
Update go workflow
  • Loading branch information
iandees authored Sep 11, 2024
2 parents 9a48755 + 02456e2 commit 5e162ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: "1.20"
go-version: "1.23"

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit 5e162ec

Please sign in to comment.