Skip to content

Commit

Permalink
Update statictest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrodriges authored Oct 17, 2023
1 parent 4c6e402 commit 4e09e7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/statictest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

statictest:
runs-on: ubuntu-latest
container: golang:1.19
container: golang:1.21
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -21,7 +21,7 @@ jobs:
uses: robinraju/release-downloader@v1
with:
repository: Yandex-Practicum/go-autotests-bin
latest: true
tag: "v0.9.16"
fileName: statictest
out-file-path: .tools

Expand Down

0 comments on commit 4e09e7d

Please sign in to comment.