Skip to content

Bump actions/upload-artifact from 3.1.3 to 4.3.1 #160

Bump actions/upload-artifact from 3.1.3 to 4.3.1

Bump actions/upload-artifact from 3.1.3 to 4.3.1 #160

Workflow file for this run

on: [push, pull_request]
name: Test
permissions:
contents: read
jobs:
test:
name: Test Go ${{ matrix.go }}
runs-on: ubuntu-20.04
strategy:
matrix:
go: ['1.20', '1.19']
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- name: Test
run: go test ./...