Skip to content

Commit

Permalink
chore: test with 1.22.5
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Aug 16, 2024
1 parent c7f8cac commit f7751fc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:


env:
GO_VERSION: "1.22"
GO_VERSION: "1.22.5"


jobs:
Expand All @@ -22,10 +22,10 @@ jobs:
uses: actions/checkout@v4

- name: Set up Go
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
go-version: ${{ env.GO_VERSION }}
check-latest: true
check-latest: false
id: go

- name: "Get dependencies"
Expand All @@ -51,10 +51,10 @@ jobs:
uses: actions/checkout@v4

- name: Set up Go
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
go-version: ${{ env.GO_VERSION }}
check-latest: true
check-latest: false
id: go

- name: "Get dependencies"
Expand All @@ -75,10 +75,10 @@ jobs:
uses: actions/checkout@v4

- name: Set up Go
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
go-version: ${{ env.GO_VERSION }}
check-latest: true
check-latest: false
id: go

- name: "Get dependencies"
Expand Down

0 comments on commit f7751fc

Please sign in to comment.