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.17

This includes the change to the pruned module graph with the converted go.mod for Go 1.17
https://go.dev/doc/go1.17#go-command
This commit is contained in:
polarctos
2021-12-17 16:37:43 +01:00
parent c278e0aa4e
commit 7eaf98b5fe
4 changed files with 50 additions and 6 deletions

View File

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