diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 09c6a80..8b14435 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -7,10 +7,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.17.11 + - name: Set up Go 1.17.13 uses: actions/setup-go@v2 with: - go-version: 1.17.11 + go-version: 1.17.13 id: go - name: Check out the code diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index ccdaff7..49e700e 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.17.11 + go-version: 1.17.13 id: go - name: Check out code into the Go module directory diff --git a/Dockerfile b/Dockerfile index 47a4211..c346133 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM --platform=$BUILDPLATFORM golang:1.17.11-buster AS build +FROM --platform=$BUILDPLATFORM golang:1.17.13-buster AS build ARG TARGETOS ARG TARGETARCH diff --git a/changelogs/CHANGELOG-1.5.1.md b/changelogs/CHANGELOG-1.5.1.md new file mode 100644 index 0000000..2a22589 --- /dev/null +++ b/changelogs/CHANGELOG-1.5.1.md @@ -0,0 +1,2 @@ +## All changes +- Bump up golang version to 1.17.13. (#102, @qiuming-best)