Skip to content

Bump cloud.google.com/go/logging from 1.9.0 to 1.10.0 (#3) #9

Bump cloud.google.com/go/logging from 1.9.0 to 1.10.0 (#3)

Bump cloud.google.com/go/logging from 1.9.0 to 1.10.0 (#3) #9

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22.3'
cache: false
- name: Run linting
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout=5m
security:
runs-on: ubuntu-latest
steps:
- name: Scan for Vulnerabilities in Code
uses: golang/govulncheck-action@v1
with:
go-version-input: 1.22.3