diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a4021c0..a9c4821 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -5,6 +5,8 @@ on: branches: [ master ] pull_request: branches: [ master ] + workflow_dispatch: + branches: [ master ] jobs: @@ -16,7 +18,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.16 + go-version: 1.17 - name: Build run: go build -v ./...