diff --git a/.github/workflows/enterprise-release.yaml b/.github/workflows/enterprise-release.yaml index 621e2c5..d8743b0 100644 --- a/.github/workflows/enterprise-release.yaml +++ b/.github/workflows/enterprise-release.yaml @@ -41,7 +41,7 @@ jobs: - uses: actions/setup-go@v3 with: - go-version: "~1.19" + go-version: "~1.20" - name: Build binaries run: | diff --git a/.github/workflows/enterprise.yaml b/.github/workflows/enterprise.yaml index 116210a..f30f757 100644 --- a/.github/workflows/enterprise.yaml +++ b/.github/workflows/enterprise.yaml @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v3 with: - go-version: "~1.19" + go-version: "~1.20" - name: Echo Go Cache Paths id: go-cache-paths @@ -63,7 +63,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: repo: gotestyourself/gotestsum - tag: v1.8.2 + tag: v1.10.1 - name: Test shell: bash diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index c621403..f3ba82d 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -36,7 +36,7 @@ jobs: - name: Install Go uses: actions/setup-go@v2 with: - go-version: "^1.16.12" + go-version: "~1.20" - name: Run make fmt/go run: make fmt/go @@ -54,7 +54,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v2 with: - node-version: "14" + node-version: "18" - name: Install prettier run: npm install --global prettier @@ -75,12 +75,12 @@ jobs: - name: Install Go uses: actions/setup-go@v2 with: - go-version: "^1.16.12" + go-version: "~1.20" - name: Install golangci-lint run: | curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \ - | sh -s -- -b $(go env GOPATH)/bin v1.43.0 + | sh -s -- -b $(go env GOPATH)/bin v1.53.2 # Linting needs to be done on each build variation of GOOS. - name: Run make lint/go/linux diff --git a/enterprise/exectrace.go b/enterprise/exectrace.go index 885ede3..b47b63b 100644 --- a/enterprise/exectrace.go +++ b/enterprise/exectrace.go @@ -1,7 +1,5 @@ -/* - * This file is licensed under the Coder Enterprise License. Please see - * ../LICENSE.enterprise. - */ +// This file is licensed under the Coder Enterprise License. Please see +// ../LICENSE.enterprise. package exectracewrapper import ( diff --git a/enterprise/exectrace_test.go b/enterprise/exectrace_test.go index 9459864..f2dbd93 100644 --- a/enterprise/exectrace_test.go +++ b/enterprise/exectrace_test.go @@ -1,7 +1,5 @@ -/* - * This file is licensed under the Coder Enterprise License. Please see - * ../LICENSE.enterprise. - */ +// This file is licensed under the Coder Enterprise License. Please see +// ../LICENSE.enterprise. package exectracewrapper import (