Skip to content

Export Compare-And-Swap (CAS) id in Item #8

Export Compare-And-Swap (CAS) id in Item

Export Compare-And-Swap (CAS) id in Item #8

Workflow file for this run

name: Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.18', '1.21' ]
steps:
- name: install memcached
run: sudo apt-get install memcached
- uses: actions/checkout@v3
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Test
run: go test -v ./...