Skip to content

Commit

Permalink
Upgrade to Go 1.19 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
samcoe committed Dec 13, 2022
1 parent 5f59c9c commit da64a13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
go: ["1.18", "1.19"]
go: ["1.19"]

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/cli/go-gh

go 1.18
go 1.19

require (
github.com/MakeNowJust/heredoc v1.0.0
Expand Down

0 comments on commit da64a13

Please sign in to comment.