Skip to content

Commit

Permalink
workflows: Update go.yml target branch + versions
Browse files Browse the repository at this point in the history
  • Loading branch information
echarrod committed Jul 18, 2024
1 parent cb3025e commit 220caf4
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.20']
go: ['1.20', '1.20', '1.']

services:
etcd:
Expand Down

0 comments on commit 220caf4

Please sign in to comment.