Skip to content

Commit

Permalink
Merge pull request #600 from notional-labs/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/setup-go-4.0.1

Bump actions/setup-go from 3.5.0 to 4.0.1
  • Loading branch information
faddat authored Feb 15, 2024
2 parents 8d3986b + bb9f2a5 commit 2000bc5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: dig
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3.5.0
- uses: actions/setup-go@v4.0.1
with:
go-version: '^1.19'
env:
Expand All @@ -31,7 +31,7 @@ jobs:
# name: prove that v0.46 works
# steps:
# - uses: actions/checkout@v3
# - uses: actions/setup-go@v3.5.0
# - uses: actions/setup-go@v4.0.1
# with:
# go-version: '^1.19'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: actions/setup-go@v3.5.0
- uses: actions/setup-go@v4.0.1
with:
go-version: 1.19
# Initializes the CodeQL tools for scanning.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3.5.0
- uses: actions/setup-go@v4.0.1
with:
go-version: 1.19
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2000bc5

Please sign in to comment.