Skip to content

Commit

Permalink
chore: deps(github-action): Bump Golang version to 1.22.2
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli
  • Loading branch information
updatecli committed Apr 22, 2024
1 parent 86be7b8 commit 10550f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-go@v5
with:
cache: false
go-version: 1.22.1
go-version: 1.22.2
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
Expand Down Expand Up @@ -61,5 +61,5 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
if: ${{ github.event_name == 'schedule' }}
# Manage and run your integration tests with efficiency
# https://github.com/ovh/venom
# Manage and run your integration tests with efficiency
# https://github.com/ovh/venom
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Publish Release Assets
on:
workflow_dispatch: null
Expand Down Expand Up @@ -27,7 +28,7 @@ jobs:
uses: actions/setup-go@v5
with:
cache: false
go-version: 1.22.1
go-version: 1.22.2
id: go
- name: Install GoReleaser
uses: goreleaser/goreleaser-action@v5
Expand Down

0 comments on commit 10550f3

Please sign in to comment.