Skip to content

Commit

Permalink
chore: update go version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpig committed Sep 14, 2024
1 parent 2e474a0 commit 6f31236
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,24 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
- name: checkout
uses: actions/checkout@v4

- name: Setup
- name: setup
uses: actions/setup-go@v5
with:
go-version: "1.22.5"
go-version: "1.23.0"

- name: Audit
run: make audit

- name: Install
- name: install
run: make install

- name: Build
- name: audit
run: make audit

- name: build
run: make build

- name: Test
- name: test
run: |
git clone --depth=1 https://github.com/opencontainers/runtime-tools.git \
&& npm install tap \
Expand Down

0 comments on commit 6f31236

Please sign in to comment.