Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Jan 27, 2024
1 parent 0fb702c commit c350097
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
name: Run tests

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '1.20.11'
go-version: '1.20.13'

- name: Ensure linux agent compiles
run: |
Expand Down

0 comments on commit c350097

Please sign in to comment.