diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0da685f5..83b51235 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v2 with: - go-version: 1.17 + go-version: 1.18 - uses: technote-space/get-diff-action@v6.0.1 id: git_diff with: diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 0b4fc31f..1da7b8ef 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.17 + go-version: 1.18 - name: release dry run run: make release-dry-run - name: setup release environment @@ -24,4 +24,4 @@ jobs: run: |- echo 'GITHUB_TOKEN=${{secrets.GITHUB_TOKEN}}' > .release-env - name: release publish - run: make release \ No newline at end of file + run: make release diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9968a1d0..30af7ed6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/setup-go@v2.1.4 with: - go-version: 1.17 + go-version: 1.18 - name: Display Go Version run: go version - name: Install tparse @@ -36,7 +36,7 @@ jobs: steps: - uses: actions/setup-go@v2.1.4 with: - go-version: 1.17 + go-version: 1.18 - uses: actions/checkout@v3 - uses: technote-space/get-diff-action@v6.0.1 with: @@ -61,7 +61,7 @@ jobs: steps: - uses: actions/setup-go@v2.1.4 with: - go-version: 1.17 + go-version: 1.18 - uses: actions/checkout@v3 - uses: technote-space/get-diff-action@v6.0.1 id: git_diff @@ -86,7 +86,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v2 with: - go-version: 1.17 + go-version: 1.18 - uses: technote-space/get-diff-action@v6.0.1 id: git_diff with: @@ -109,7 +109,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v2.1.4 with: - go-version: 1.17 + go-version: 1.18 - uses: technote-space/get-diff-action@v6.0.1 id: git_diff with: @@ -137,7 +137,7 @@ jobs: steps: - uses: actions/setup-go@v2.1.4 with: - go-version: 1.17 + go-version: 1.18 - uses: actions/checkout@v3 - uses: technote-space/get-diff-action@v6.0.1 with: @@ -157,7 +157,7 @@ jobs: steps: - uses: actions/setup-go@v2.1.4 with: - go-version: 1.17 + go-version: 1.18 - uses: actions/checkout@v3 - uses: technote-space/get-diff-action@v6.0.1 with: @@ -169,4 +169,4 @@ jobs: - name: Test e2e run: | make test-integration - if: env.GIT_DIFF \ No newline at end of file + if: env.GIT_DIFF