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

Update release action to go 1.21 (#2437)

This commit is contained in:
Koen van Zuijlen
2024-01-23 10:52:52 +01:00
committed by GitHub
parent 83c3c602ab
commit 5b21a8408c

View File

@ -45,7 +45,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: 1.21
- name: Get dependencies
run: |