Skip to content

Commit

Permalink
Bump github actions (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
mokiat authored Mar 3, 2024
1 parent 71c82b6 commit 0568694
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ name: Go

on:
push:
branches: [ master ]
branches: [master]
pull_request:
branches: [ master ]
branches: [master]

jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v4.1.0
uses: actions/setup-go@v5
with:
go-version: "1.22"

Expand Down

0 comments on commit 0568694

Please sign in to comment.