Skip to content

Commit

Permalink
Use actions/setup-go v5, rename to match.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed May 28, 2024
1 parent c75b548 commit 73e73c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: Go Build
name: Go Build & Test

on:
push:
pull_request:
workflow_dispatch:

jobs:
build:
build_and_test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.21.1

Expand Down

0 comments on commit 73e73c8

Please sign in to comment.