Skip to content

Bump golang.org/x/oauth2 from 0.18.0 to 0.27.0 #122

Bump golang.org/x/oauth2 from 0.18.0 to 0.27.0

Bump golang.org/x/oauth2 from 0.18.0 to 0.27.0 #122

Workflow file for this run

name: Build Edge Agent
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup Go Env
uses: actions/setup-go@v5
with:
go-version: "^1.23.0"
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Build Agent
run: make build
working-directory: cmd/edge-agent
- name: GoReleaser Check
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
with:
distribution: goreleaser
version: latest
args: check