Skip to content

Commit da64a13

Browse files
authored
Upgrade to Go 1.19 (#92)
1 parent 5f59c9c commit da64a13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
fail-fast: false
99
matrix:
1010
os: [ubuntu-latest, windows-latest, macos-latest]
11-
go: ["1.18", "1.19"]
11+
go: ["1.19"]
1212

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

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cli/go-gh
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/MakeNowJust/heredoc v1.0.0

0 commit comments

Comments
 (0)