Skip to content

Update golang Docker tag to v1.22 #255

Update golang Docker tag to v1.22

Update golang Docker tag to v1.22 #255

Workflow file for this run

name: Gosec
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v2
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: ./...