bump github actions versions

This commit is contained in:
nyanotech 2024-04-04 22:50:21 -07:00
parent 9e7678de4a
commit 301f1c8ed6
Signed by: nyanotech
GPG Key ID: D2D0A9E8F160472B

View File

@ -1,6 +1,3 @@
# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
name: Go
on:
@ -13,9 +10,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.21.4'
- name: Build