Skip to content

Commit

Permalink
Merge pull request #281 from ministryofjustice/feature/bump-golang-ve…
Browse files Browse the repository at this point in the history
…rsion

Update Golang package to recent version
  • Loading branch information
dms1981 authored Oct 17, 2024
2 parents 901c04d + b1dd940 commit 83fe116
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform-static-analysis-reusable.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Terraform static code analysis - reuseable workflow
name: Terraform static code analysis - reusable workflow

on:
workflow_call:
Expand Down Expand Up @@ -38,7 +38,7 @@ on:

jobs:
terraform-static-analysis-scan:
name: Terraform static code analysis - reuseable workflow
name: Terraform static code analysis - reusable workflow
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion terraform-static-analysis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21-bullseye
FROM golang:1.23.2-bullseye

#Install Checkov
RUN apt-get update && apt-get install -y \
Expand Down

0 comments on commit 83fe116

Please sign in to comment.