Skip to content

Commit

Permalink
try fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kjk committed Apr 30, 2024
1 parent 0634b68 commit 4a56e46
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.16
go-version: "1.21"

- name: Check out source code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Test
run: go test -v ./...
Expand Down
2 changes: 1 addition & 1 deletion do/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ require (

replace github.com/kjk/notionapi => ./..

go 1.16
go 1.21
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ require (
github.com/tidwall/pretty v1.2.1
)

go 1.11
go 1.21
4 changes: 3 additions & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
go 1.18
go 1.21

toolchain go1.22.2

use (
.
Expand Down

0 comments on commit 4a56e46

Please sign in to comment.