Skip to content

Bump golang.org/x/tools from 0.18.0 to 0.19.0 #27

Bump golang.org/x/tools from 0.18.0 to 0.19.0

Bump golang.org/x/tools from 0.18.0 to 0.19.0 #27

Workflow file for this run

name: CodeQL
on:
pull_request: ~
push:
branches:
- main
permissions: read-all
jobs:
go:
name: Go
runs-on: ubuntu-22.04
permissions:
security-events: write # To upload CodeQL results
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Install Go
uses: actions/[email protected]
with:
go-version-file: go.mod
- name: Initialize CodeQL
uses: github/codeql-action/[email protected]
with:
languages: go
- name: Perform CodeQL analysis
uses: github/codeql-action/[email protected]