Skip to content

Commit

Permalink
Update Go from version 1.19 to version 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
domust committed Nov 8, 2023
1 parent 15e9c2a commit 5998d3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
echo "Env commit ${{env.head_commit_message}}"
echo "Contains msg ${{ contains(env.head_commit_message, '#skip-lint') }}"
- name: Setup Go 1.20
- name: Setup Go 1.21
uses: actions/setup-go@v2
with:
go-version: '1.20'
go-version: '1.21'

- name: Cache Go modules
uses: actions/cache@v2
Expand Down Expand Up @@ -153,10 +153,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Setup Go 1.20
- name: Setup Go 1.21
uses: actions/setup-go@v2
with:
go-version: '1.20'
go-version: '1.21'

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Setup Go 1.19
- name: Setup Go 1.21
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: '1.21'

- name: Cache Go modules
uses: actions/cache@v2
Expand Down

0 comments on commit 5998d3c

Please sign in to comment.