Skip to content

Commit

Permalink
github actions: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejro committed Sep 11, 2024
1 parent 9870c44 commit 2d8d47a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ on: [push]

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v4.1.7
- name: Compile Go with make.bash
run: |
cd src ; ./make.bash
Expand Down

0 comments on commit 2d8d47a

Please sign in to comment.