Skip to content

Bump golang.org/x/net from 0.21.0 to 0.23.0 in /tutorials/oracle/base #19

Bump golang.org/x/net from 0.21.0 to 0.23.0 in /tutorials/oracle/base

Bump golang.org/x/net from 0.21.0 to 0.23.0 in /tutorials/oracle/base #19

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- release/**
pull_request:
merge_group:
permissions:
contents: read
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: actions/setup-go@v5
with:
go-version: "1.21"
check-latest: true
- name: run linting (long)
if: env.GIT_DIFF
id: lint_long
run: |
make lint