Skip to content

Commit

Permalink
use go v1.23 in staticmajor
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Sep 9, 2024
1 parent b9c344e commit a40c83e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/staticmajor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: setup go
uses: actions/setup-go@v4
with:
go-version: 1.23
- name: Staticmajor action
id: staticmajor
uses: orijtech/staticmajor-action@main
Expand Down

0 comments on commit a40c83e

Please sign in to comment.