1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-07-15 01:44:22 +02:00

Merge branch 'master' into renovate-config

# Conflicts:
#	.github/workflows/publish-release.yml
#	contrib/local-environment/docker-compose-gitea.yaml
This commit is contained in:
kvanzuijlen
2024-03-04 00:44:12 +01:00
42 changed files with 2654 additions and 29 deletions

View File

@ -45,12 +45,10 @@ jobs:
- name: Set up go
uses: actions/setup-go@v5
with:
# renovate: datasource=golang-version depName=golang
go-version: 1.21.6
go-version-file: go.mod
- name: Get dependencies
env:
# renovate: datasource=github-tags depName=golangci/golangci-lint
GOLANGCI_LINT_VERSION: v1.55.2
# renovate: datasource=github-tags depName=codeclimate/test-reporter
CODECLIMATE_VERSION: v0.11.1
@ -59,7 +57,7 @@ jobs:
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-${CODECLIMATE_VERSION}-linux-amd64 > ./cc-test-reporter
chmod +x ./cc-test-reporter
# Install go depedencies
# Install go dependencies
go mod download
- name: Build Artifacts