diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e74425c7..34c9dd09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,8 +10,8 @@ on: env: # Common versions - GO_VERSION: '1.19' - GOLANGCI_VERSION: 'v1.50.0' + GO_VERSION: '1.20' + GOLANGCI_VERSION: 'v1.53.3' DOCKER_BUILDX_VERSION: 'v0.8.2' # Common users. We can't run a step 'if secrets.AWS_USR != ""' but we can run @@ -81,7 +81,7 @@ jobs: # this action because it leaves 'annotations' (i.e. it comments on PRs to # point out linter violations). - name: Lint - uses: golangci/golangci-lint-action@v2 + uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299 # v3 with: version: ${{ env.GOLANGCI_VERSION }} skip-go-installation: true diff --git a/build b/build index 8c8269df..bd5297bd 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit 8c8269dfb278dff101fae2dc6f397bd89b5f4f65 +Subproject commit bd5297bd16c113cbc5ed1905b1d96aa1cb3078ec diff --git a/go.mod b/go.mod index fea7a672..5d7334b5 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/upbound/upjet -go 1.19 +go 1.20 require ( github.com/antchfx/htmlquery v1.2.4