Skip to content

Commit

Permalink
обновил CI, чтобы не протухло
Browse files Browse the repository at this point in the history
  • Loading branch information
vodolaz095 committed Jan 27, 2024
1 parent 8f955e7 commit dce2ecc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:

build:
test:
runs-on: ubuntu-latest
services:
redis:
Expand All @@ -24,12 +24,12 @@ jobs:
--health-timeout 5s
--health-retries 5
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21.5'
go-version: '1.21.6'
cache-dependency-path: go.sum

- name: install govulncheck utility
Expand Down

0 comments on commit dce2ecc

Please sign in to comment.