diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 76f9f00d..4f892acf 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,7 +10,8 @@ jobs: steps: - uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1 with: - go-version: 1.19 + go-version-file: 'go.mod' + check-latest: true - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 with: fetch-depth: 0 diff --git a/go.mod b/go.mod index 90c4970c..c4bbf8cc 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/temporalio/cli -go 1.19 +go 1.20 require ( github.com/alitto/pond v1.8.3