Skip to content

update CI to Go 1.23 #151

update CI to Go 1.23

update CI to Go 1.23 #151

Workflow file for this run

name: CI
on: [push]
env:
GO_VERSION: '1.23'
jobs:
test:
runs-on: ubuntu-24.04
steps:
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install wabt
- uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
cache: true
- name: Checkout repo
uses: actions/checkout@v2
- name: Make go deps
run: make deps
- name: Build
run: make