Skip to content

Commit

Permalink
Update github actions go 1.23.5
Browse files Browse the repository at this point in the history
Update github actions go 1.23.5
  • Loading branch information
rnaveiras committed Jan 18, 2025
1 parent e4d9e60 commit 98c4d23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: set up go
uses: actions/setup-go@v5
with:
go-version: 1.22.1
go-version: 1.23.5
id: go
- name: go mod tidy
run: go mod tidy
Expand All @@ -55,7 +55,7 @@ jobs:
- name: set up go
uses: actions/setup-go@v5
with:
go-version: 1.22.1
go-version: 1.23.5
id: go
- run: go version
- name: Promu
Expand Down

0 comments on commit 98c4d23

Please sign in to comment.