Skip to content

Commit

Permalink
Update go version from 1.19 to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
drzombey committed Dec 15, 2023
1 parent ac628c9 commit 66c2cb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.19' ]
go-version: [ '1.21' ]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.19' ]
go-version: [ '1.21' ]

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/drzombey/aur-package-builder-api

go 1.19
go 1.21

require (
github.com/docker/docker v24.0.7+incompatible
Expand Down

0 comments on commit 66c2cb2

Please sign in to comment.