Skip to content

Commit

Permalink
Update Go & Ubuntu runner version
Browse files Browse the repository at this point in the history
  • Loading branch information
viral32111 committed Aug 10, 2024
1 parent 0ea9bb8 commit fa8dd9b
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 @@ -18,7 +18,7 @@ env:
jobs:
build:
name: Build
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
matrix:
operatingSystem: [ 'linux', 'windows' ]
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version: '1.22'

- name: Install build tools
if: ${{ matrix.library == 'musl' }}
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:

release:
name: Release
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
needs: build
if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
permissions:
Expand Down

0 comments on commit fa8dd9b

Please sign in to comment.