Skip to content

Commit

Permalink
Updating test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshaw committed Jun 10, 2024
1 parent c0a0e19 commit 57e186e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: stable
- name: Checkout code
uses: actions/checkout@v4
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/xo/dburl

go 1.20
go 1.22

0 comments on commit 57e186e

Please sign in to comment.