Update version of github actions

This commit is contained in:
Alex Flint 2024-06-30 10:35:08 -04:00 committed by GitHub
parent af368523db
commit 67353a8bcf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -20,12 +20,12 @@ jobs:
steps: steps:
- id: go - id: go
name: Set up Go name: Set up Go
uses: actions/setup-go@v3 uses: actions/setup-go@v5
with: with:
go-version: ${{ matrix.go }} go-version: ${{ matrix.go }}
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
- name: Build - name: Build
run: go build -v . run: go build -v .