Skip to content

Commit

Permalink
Merge pull request #41 from btnguyen2k/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-go-5

Bump actions/setup-go from 4 to 5
  • Loading branch information
github-actions[bot] authored Dec 10, 2023
2 parents f940654 + 23c19e3 commit 1ac53e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
- name: Set up Go env
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
# pick one Go version to check format
go-version: '1.18'
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
- name: Set up Go env
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
# pick one Go version for linting
go-version: '1.18'
Expand All @@ -52,7 +52,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
- name: Set up Go env
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Run tests
Expand Down

0 comments on commit 1ac53e9

Please sign in to comment.