Skip to content

Commit

Permalink
Upgrade to go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
williammartin committed Mar 20, 2024
1 parent 288843f commit ca37747
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.21"
go-version: "1.22"

- name: Checkout repository
uses: actions/checkout@v4
Expand Down
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.21"]
go: ["1.22"]

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

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

go 1.21
go 1.22

require (
github.com/AlecAivazis/survey/v2 v2.3.7
Expand Down

0 comments on commit ca37747

Please sign in to comment.