diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d8c5bcd..338045a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,9 +16,9 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: - go-version: 1.19 + go-version: '1.20' - uses: actions/checkout@v3 - name: Start containers diff --git a/test/integration/Dockerfile b/test/integration/Dockerfile index 98b71fc..cf4ed80 100644 --- a/test/integration/Dockerfile +++ b/test/integration/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19-alpine as builder +FROM golang:1.20-alpine as builder WORKDIR /project