Skip to content

Commit

Permalink
bump go compiler to 1.18 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelanford committed Apr 27, 2022
1 parent 8c22960 commit 3894281
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-apidiff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v1
with:
go-version: 1.17.x
go-version: 1.18.x
- uses: ./

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18
- uses: joelanford/go-apidiff@main
```

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/joelanford/go-apidiff

go 1.17
go 1.18

require (
github.com/go-git/go-billy/v5 v5.3.1
Expand Down

0 comments on commit 3894281

Please sign in to comment.