diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3a3ad73..267b389 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@master - uses: actions/setup-go@v3 with: - go-version: 1.19.x + go-version: 1.22.x - name: Execute test and upload coverage env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} diff --git a/Dockerfile b/Dockerfile index 78660fb..22ae5b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.6-alpine AS build +FROM golang:1.22.5-alpine AS build WORKDIR /Activity-Relay COPY . /Activity-Relay