Bump dependencies

This commit is contained in:
harryzcy 2023-04-06 04:34:58 -04:00
parent fc425cbf02
commit 512e5447fe
No known key found for this signature in database
GPG Key ID: E3C2287691E40E35
3 changed files with 6 additions and 6 deletions

View File

@ -10,8 +10,8 @@ jobs:
matrix:
arch: ['ubuntu-latest', 'arm-ubuntu-latest']
go-version: ['1.19','1.20']
git-version: ['2.38.4']
golangci-lint-version: ['1.51.2']
git-version: ['2.40.0']
golangci-lint-version: ['1.52.2']
runs-on: ${{ matrix.arch }}
steps:
- uses: actions/checkout@v3

View File

@ -7,8 +7,8 @@ jobs:
strategy:
matrix:
go-version: ['1.19','1.20']
git-version: ['2.38.4']
golangci-lint-version: ['1.51.2']
git-version: ['2.40.0']
golangci-lint-version: ['1.52.2']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

View File

@ -1,8 +1,8 @@
ARG GOLANG_VERSION=1.20
FROM golang:${GOLANG_VERSION}-bullseye
ARG GIT_VERSION=2.38.4
ARG GOLANGCI_LINT_VERSION=1.51.0
ARG GIT_VERSION=2.40.0
ARG GOLANGCI_LINT_VERSION=1.52.2
ARG GITEA_ID=1000
ARG GITEA_GID=1000