mirror of
https://github.com/nyanotech/object-holder.git
synced 2025-12-16 11:30:24 -08:00
bump github actions versions
This commit is contained in:
parent
9e7678de4a
commit
301f1c8ed6
7
.github/workflows/go.yml
vendored
7
.github/workflows/go.yml
vendored
@ -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
|
name: Go
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@ -13,9 +10,9 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: '1.21.4'
|
go-version: '1.21.4'
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user