Skip to content

Commit

Permalink
upgrade actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ddvk committed Sep 23, 2024
1 parent c1e4394 commit 8c8a25c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.19
uses: actions/setup-go@v3
- name: Set up Go 1.23.1
uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: 1.23.1
id: go

- name: Check out code into the Go module directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:

- name: Set up Go 1.23.1
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.23.1
id: go
Expand Down

0 comments on commit 8c8a25c

Please sign in to comment.