Skip to content

Commit

Permalink
use go 1.19 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoodsell-tempus committed Aug 24, 2022
1 parent 006f770 commit 9fdf391
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.18
- name: Set up Go 1.19
uses: actions/setup-go@v1
with:
go-version: 1.18
go-version: 1.19
id: go

- name: Check out code into the Go module directory
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/mackee/git-credential-github-apps

go 1.18
go 1.19

require (
github.com/bradleyfalzon/ghinstallation v1.1.0
Expand Down

0 comments on commit 9fdf391

Please sign in to comment.