1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-08-10 22:51:31 +02:00

Update go version to 1.16

This includes a fix for our samesite cookie parsing. The behaviour
changed in 1.16 so that the default value now leaves it empty, so it's
equivalent to not setting it (as per spec)
This commit is contained in:
Joel Speed
2021-02-17 20:59:46 +00:00
committed by Joel Speed
parent 322308aab5
commit 5fe947eb07
7 changed files with 8 additions and 7 deletions

View File

@@ -20,10 +20,10 @@ jobs:
- name: Check out code
uses: actions/checkout@v2
- name: Set up Go 1.15
- name: Set up Go 1.16
uses: actions/setup-go@v2
with:
go-version: 1.15.x
go-version: 1.16.x
id: go
- name: Get dependencies