From c2b2e18aefd9c8c098137b028da4784cd37c4239 Mon Sep 17 00:00:00 2001 From: rmatsuoka <76464810+rmatsuoka@users.noreply.github.com> Date: Fri, 22 Sep 2023 12:17:52 +0900 Subject: [PATCH] Update go.yml go version 1.19.x -> 1.20.x --- .github/workflows/go.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ba21f7747..58a7196ef 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v4 with: - go-version: 1.19.x + go-version: 1.20.x - name: Check out code into the Go module directory uses: actions/checkout@v3 - uses: golangci/golangci-lint-action@v3 @@ -37,7 +37,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v4 with: - go-version: 1.19.x + go-version: 1.20.x - uses: golangci/golangci-lint-action@v3 with: @@ -67,7 +67,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v4 with: - go-version: 1.19.x + go-version: 1.20.x - name: Check out code into the Go module directory uses: actions/checkout@v3 - name: Install debian packaging utils, binutils @@ -124,7 +124,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v4 with: - go-version: 1.19.x + go-version: 1.20.x - uses: actions/cache@v3 with: