Skip to content

Commit a1e5851

Browse files
authored
Upgrade to Go 1.21 (#129)
1 parent 3d89f8c commit a1e5851

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Set up Go
1111
uses: actions/setup-go@v3
1212
with:
13-
go-version: "1.20"
13+
go-version: "1.21"
1414

1515
- name: Checkout repository
1616
uses: actions/checkout@v3

.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.20"]
11+
go: ["1.21"]
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/v2
22

3-
go 1.20
3+
go 1.21
44

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

0 commit comments

Comments
 (0)