This commit is contained in:
Piotr Rogowski 2023-09-11 12:54:49 +02:00
parent 91f01834f3
commit 6649c2ed9c
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '>=1.21.0'
go-version: '>=1.21.1'
cache: true
- name: Go release
uses: goreleaser/goreleaser-action@v4

View File

@ -1,4 +1,4 @@
FROM golang:1.21.0 AS builder
FROM golang:1.21.1 AS builder
RUN mkdir /app
COPY . /app