Skip to content

Commit

Permalink
Merge pull request #6 from nxtrace/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-go-5

Bump actions/setup-go from 4 to 5
  • Loading branch information
tsosunchia authored Dec 12, 2023
2 parents c96d4ff + 712ff03 commit 1ac82fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
echo "BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_ENV
echo "COMMIT_SHA1=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Get project dependencies
Expand Down

0 comments on commit 1ac82fa

Please sign in to comment.