Skip to content

Commit

Permalink
Rollback Go version to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasrf committed Jan 9, 2024
1 parent 87aaa79 commit 5f47af8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:
uses: vazco/github-actions-branch-name@v1
id: branch

- name: Set up Go 1.21
- name: Set up Go 1.19
uses: actions/setup-go@v4
with:
go-version: 1.21.x
go-version: 1.19.x
id: go

- name: Downloads golang mods
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG RUNTIME_IMAGE=alpine:3.19
# cache sharing of the go mod download step.
# Go cross compilation is also faster than emulation the go compilation across
# multiple platforms.
FROM --platform=${BUILDPLATFORM} golang:1.21 AS builder
FROM --platform=${BUILDPLATFORM} golang:1.19-buster AS builder

# Copy sources
WORKDIR $GOPATH/src/github.com/oauth2-proxy/oauth2-proxy
Expand Down

0 comments on commit 5f47af8

Please sign in to comment.