Skip to content

Commit

Permalink
upd. versions
Browse files Browse the repository at this point in the history
  • Loading branch information
olezhek28 committed Sep 9, 2024
1 parent f1aafef commit de763d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.22'
cache-dependency-path: go.sum
Expand All @@ -28,8 +28,8 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
cache: false
Expand Down

0 comments on commit de763d2

Please sign in to comment.