Skip to content

chore(deps): bump golang.org/x/oauth2 from 0.24.0 to 0.27.0 #76

chore(deps): bump golang.org/x/oauth2 from 0.24.0 to 0.27.0

chore(deps): bump golang.org/x/oauth2 from 0.24.0 to 0.27.0 #76

Workflow file for this run

name: Build and Test
on:
push:
branches-ignore:
- 'main'
tags-ignore:
- '**'
pull_request:
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.19
- uses: golangci/golangci-lint-action@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build
run: go build .
- name: Tests.
run: go test