Skip to content

Commit

Permalink
Bump actions/setup-go from 4 to 5 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent bc110ad commit f3701ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21.x

Expand All @@ -40,7 +40,7 @@ jobs:
repository: elastic/integrations
path: integrations

- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
id: setup_go
with:
go-version: ${{ matrix.go }}
Expand Down

0 comments on commit f3701ec

Please sign in to comment.