diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6826401..d15e308 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -4,7 +4,7 @@ on: push: branches: [ "**" ] pull_request: - branches: [ master ] + branches: [ main ] jobs: @@ -14,7 +14,7 @@ jobs: strategy: matrix: - go: ['1.20'] + go: ['1.20', '1.20', '1'] services: etcd: