diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8860de6..9d4ee74 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,9 +2,7 @@ name: Go on: push: - branches: [ "master" ] pull_request: - branches: [ "master" ] jobs: @@ -16,7 +14,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: 1.18 + go-version: '1.20' - name: Build run: go build -v ./...