Skip to content

Update golang Docker tag to v1.24 #460

Update golang Docker tag to v1.24

Update golang Docker tag to v1.24 #460

Workflow file for this run

name: Gosec
on:
push:
branches:
- master
- dev
pull_request:
branches:
- master
jobs:
gosec:
name: gosec
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: check out code
uses: actions/checkout@v4
- name: run Gosec Security scanner
uses: securego/[email protected]
with:
args: ./...