Skip to content

Bump golang.org/x/oauth2 from 0.19.0 to 0.21.0 #91

Bump golang.org/x/oauth2 from 0.19.0 to 0.21.0

Bump golang.org/x/oauth2 from 0.19.0 to 0.21.0 #91

Workflow file for this run

name: ci
on:
push:
branches:
- 'main'
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: '1.20'
check-latest: true
- name: Run Go tests
run: go test ./...
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: '1.20'
check-latest: true
- uses: ko-build/setup-ko@3aebd0597dc1e9d1a26bcfdb7cbeb19c131d3037 # v0.7
- run: go build ./...
- name: build ko image
run: make ko-local