Skip to content

Commit

Permalink
ci(terratest): Update Go to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jai authored Feb 21, 2023
1 parent 2025de2 commit 248c646
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checkov.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "honest-public-checkov-workflow"
name: "Checkov GitHub Action"
on:
pull_request:
branches: [test, dev, qa, prod, main]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/semantic-pr.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "honest-public-semantic-pull-request-workflow"
name: "Semantic Pull Request"

on:
pull_request:
Expand All @@ -10,8 +10,8 @@ on:
permissions: read-all

jobs:
semantic-pull-request:
name: semantic-pull-request
main:
name: Semantic Pull Request
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/terratest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
branches:
- main

permissions: read-all
permissions:
contents: write
pull-requests: write

env:
PAGERDUTY_TOKEN: ${{ secrets.PAGERDUTY_TOKEN }}
Expand All @@ -23,10 +25,10 @@ jobs:
uses: actions/checkout@v2
with:
submodules: true
- name: Set up Go (1.17)
uses: actions/setup-go@v2
- name: Set up Go (1.19)
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.19
id: go
- name: Run terratest
run: |
Expand Down

0 comments on commit 248c646

Please sign in to comment.