Skip to content

Bump golang from 1.25.6-alpine3.22 to 1.26rc3-alpine3.22 in /cmd #988

Bump golang from 1.25.6-alpine3.22 to 1.26rc3-alpine3.22 in /cmd

Bump golang from 1.25.6-alpine3.22 to 1.26rc3-alpine3.22 in /cmd #988

Workflow file for this run

on: [push, pull_request]
name: Test Go
permissions:
contents: read
jobs:
test:
strategy:
matrix:
go-version: [1.24.x, 1.25.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- run: go test -race -covermode=atomic -coverprofile=coverage.out ./...
- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2