Skip to content

Commit 8354ea1

Browse files
authored
all: update Go to 1.24 (#77)
1 parent b50badc commit 8354ea1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/clipboard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ubuntu-latest, macos-latest, windows-latest]
24-
go: ['1.17.x', '1.18.x', '1.19.x', '1.20.x']
24+
go: ['1.24.x']
2525
steps:
2626
- name: Install and run dependencies (xvfb libx11-dev)
2727
if: ${{ runner.os == 'Linux' }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Written by Changkun Ou <changkun.de>
66

7-
FROM golang:1.17
7+
FROM golang:1.24
88
RUN apt-get update && apt-get install -y \
99
xvfb libx11-dev libegl1-mesa-dev libgles2-mesa-dev \
1010
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module golang.design/x/clipboard
22

3-
go 1.17
3+
go 1.24
44

55
require (
66
golang.org/x/image v0.6.0

0 commit comments

Comments
 (0)