Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:essentialkaos/yo into develop
Browse files Browse the repository at this point in the history
* 'develop' of github.com:essentialkaos/yo:
  Bump actions/setup-go from 3 to 4
  Bump github.com/essentialkaos/ek/v12 from 12.62.0 to 12.63.0
  • Loading branch information
andyone committed Mar 21, 2023
2 parents aec6e95 + 97fe194 commit f58d3cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}

Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:

steps:
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '1.19.x'

Expand Down

0 comments on commit f58d3cd

Please sign in to comment.