Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ed Harrod <echarrod@users.noreply.github.com>
  • Loading branch information
adamhicks and echarrod authored Jul 4, 2024
1 parent d80c059 commit 9a48515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ "**" ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:

Expand All @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
go: ['1.21', '1.22']
go: ['1.21', '1.22', '1']

steps:
- name: Check out code into the Go module directory
Expand Down

0 comments on commit 9a48515

Please sign in to comment.