Skip to content

Commit

Permalink
Update version of go, and run vuln checking
Browse files Browse the repository at this point in the history
  • Loading branch information
mhutchinson committed Jul 4, 2024
1 parent 8716294 commit dca1da4
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: govulncheck

on:
push:
branches:
- main
pull_request:
branches:
- main

permissions:
contents: read

jobs:
govulncheck_job:
runs-on: ubuntu-latest
name: Run govulncheck
steps:
- id: govulncheck
uses: golang/govulncheck-action@dd0578b371c987f96d1185abb54344b44352bd58 # v1.0.3
with:
go-version-file: go.mod
go-package: ./...
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/transparency-dev/distributor

go 1.20
go 1.21.12

require (
cloud.google.com/go/cloudsqlconn v1.11.0
Expand Down

0 comments on commit dca1da4

Please sign in to comment.