Skip to content

Bump github.com/gammazero/deque from 0.2.1 to 1.0.0 #108

Bump github.com/gammazero/deque from 0.2.1 to 1.0.0

Bump github.com/gammazero/deque from 0.2.1 to 1.0.0 #108

Workflow file for this run

name: Test 32-bit arch
on: [push]
jobs:
test:
strategy:
matrix:
go-version: [ 1.19.x, 1.22.x ]
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Test 32-bit arch
run: make test.32-bit