Skip to content

Commit

Permalink
Merge pull request #72 from opsgenie/BIF-1578-update-go-version
Browse files Browse the repository at this point in the history
BIF-1578 update GitHub actions
  • Loading branch information
ybrls authored Oct 15, 2024
2 parents 790e851 + f55bf83 commit 7e232b3
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
Expand Up @@ -14,13 +14,13 @@ jobs:
steps:

- name: Set up Go 1.xx
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ^1.21
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Create Output Directory
run: mkdir -p .release
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
asset_content_type: application/zip

- name: Upload Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Release Artifacts
path: .release/**

0 comments on commit 7e232b3

Please sign in to comment.